We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The readStream method of a storage driver is likely expected to return a resource type, but in this package, it is set to bool.
readStream
resource
bool
cloudinary-laravel/src/CloudinaryAdapter.php
Line 291 in 434bb1f
Upon inspecting its return type, it appears that a boolean value is not returned.
Lines 291 to 296 in 434bb1f
I’m not sure if a fix is in the pipeline.
The text was updated successfully, but these errors were encountered:
Is this related to #82?
Sorry, something went wrong.
@joshmanders no, it is not related to #82
No branches or pull requests
The
readStream
method of a storage driver is likely expected to return aresource
type, but in this package, it is set tobool
.cloudinary-laravel/src/CloudinaryAdapter.php
Line 291 in 434bb1f
Upon inspecting its return type, it appears that a boolean value is not returned.
cloudinary-laravel/src/CloudinaryAdapter.php
Lines 291 to 296 in 434bb1f
I’m not sure if a fix is in the pipeline.
The text was updated successfully, but these errors were encountered: