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
When a command is run and fails it returns null.
This is then passed to the parser and it handles it as an empty string
Since PHP 8.0 it is deprecated to pass null to `strlen` so instead make
this an empty String.
0 commit comments