You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a false waring case when current sniffer rule detects system resources functions (stream_, socket_) declared in the
"use function .." section.
Expected behavior
When system resource function is declared in the "use function .." section warnings for this code line should be skipped.
Benefits
This will help to skip useless warning cases during code style checks.