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
#43 gave some magic to Safe\preg_match so that it returns a much more useful array - but phpstan now has even more magic so that if the return value of preg_match is checked, we can then be sure whether or not certain match groups are set - we should do that for Safe too
The text was updated successfully, but these errors were encountered:
#43 gave some magic to
Safe\preg_match
so that it returns a much more useful array - but phpstan now has even more magic so that if the return value ofpreg_match
is checked, we can then be sure whether or not certain match groups are set - we should do that for Safe tooThe text was updated successfully, but these errors were encountered: