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
Here is how it happened: The project that I created that update in is a website project and there is symfony/polyfil-php80 in the dependency stack an it does this:
There's a typo
FILTER_VALIDATE_BOOL
inWP-Stash/src/WpStash.php
Line 215 in bda46dd
It should be
FILTER_VALIDATE_BOOLEAN
, see https://www.php.net/manual/de/filter.filters.validate.php.The text was updated successfully, but these errors were encountered: