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
It throws exception if fgetcsv returns false
https://github.com/thecodingmachine/safe/blob/master/generated/filesystem.php#L268-L270
The text was updated successfully, but these errors were encountered:
@leo108 Could you provide more information? I'm not sure I understand what the issue is.
Sorry, something went wrong.
@dbrekelmans if fgetcsv returns false, it will throw FilesystemException, \Safe\fgetcsv will never return false.
fgetcsv
false
FilesystemException
\Safe\fgetcsv
false should be removed from the @return doc
@return
https://github.com/thecodingmachine/safe/blob/master/generated/filesystem.php#L250
Successfully merging a pull request may close this issue.
It throws exception if fgetcsv returns false
https://github.com/thecodingmachine/safe/blob/master/generated/filesystem.php#L268-L270
The text was updated successfully, but these errors were encountered: