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
This package provides versions of native PHP functions that throw an exception in case of an error instead of returning false. We also should use the corresponding set of PHPStan rules to make sure we use the safe version of functions.
Due to us supporting PHP 7.x as well, we need to use lower versions of these packages:
This package provides versions of native PHP functions that throw an exception in case of an error instead of returning
false
. We also should use the corresponding set of PHPStan rules to make sure we use the safe version of functions.Due to us supporting PHP 7.x as well, we need to use lower versions of these packages:
The text was updated successfully, but these errors were encountered: