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
I have a variadic function where I require at least one value to be given. The arguments for said function is processed through array_filter to remove empty values. Even though I check that the arguments are not empty, PHPStan reports my function to be called with zero parameters.