stream_socket_shutdown & socket_shutdown call is not used #10235
Labels
easy problems
Issues that can be fixed without background knowledge of Psalm
good first issue
Help wanted
Hello!
An error is reported for the following two functions:
The error is:
UnusedFunctionCall - The call to socket_shutdown is not used (see https://psalm.dev/206)
UnusedFunctionCall - The call to stream_socket_shutdown is not used (see https://psalm.dev/206)
This is wrong, since both functions can be used without doing anything with the returned result.
Thank you.
The text was updated successfully, but these errors were encountered: