@@ -61,7 +61,7 @@ |
||
61 | 61 | |
62 | 62 | // All other special characters have to be escaped |
63 | 63 | // with two backslashes. |
64 | - foreach($this->regexSpecialChars as $char) |
|
64 | + foreach ($this->regexSpecialChars as $char) |
|
65 | 65 | { |
66 | 66 | $string = str_replace($char, '\\\\'.$char, $string); |
67 | 67 | } |