Skip to content

Commit

Permalink
Fix: Run 'make baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 2, 2023
1 parent 7b3bb63 commit 921927a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
// remove backslashes (that are not followed by another backslash) because they are escape characters
$match = preg_replace('/\\\(?!\\\)/', '', $matches[1]);
$randomElement = Base::randomElement(str_split($match));

//[.] should not be a random character, but a literal .
return str_replace('.', '\.', $randomElement);
}</code>
Expand Down

0 comments on commit 921927a

Please sign in to comment.