Azure / azure-storage-php

Microsoft Azure Storage Library for PHP
MIT License
217 stars 198 forks source link

Import Psr\Http\Message\StreamInterface #309

Closed spaze closed 3 years ago

spaze commented 3 years ago

The docblocks use StreamInterface as a type but the import was missing causing static analyzers to look for MicrosoftAzure\Storage\Blob\Internal\StreamInterface instead of Psr\Http\Message\StreamInterface.