Following code is valid and phpstan reports it errornous: $replacements = str_split("ertyupadfghjzxcvnm23456789"); $search = str_split("qwiosklb10äöå"); foreach ...
in a query I have the formatter changes this regex $$^[^_].+$$ to this $$ ^ [^_].+ $$. by adding spaces the filter that uses the regex breaks damaging the results returned by the query. in my ...