@@ -25,12 +25,12 @@ |
||
25 | 25 | Environment::increaseMemoryLimitTo(-1); |
26 | 26 | $debug = $request->postVar('debug') ? 'checked="checked"' : ''; |
27 | 27 | $word = $request->requestVar('word'); |
28 | - if (! is_string($word)) { |
|
28 | + if (!is_string($word)) { |
|
29 | 29 | $word = ''; |
30 | 30 | } |
31 | 31 | |
32 | 32 | $replace = trim($request->requestVar('replace')); |
33 | - if (! is_string($replace)) { |
|
33 | + if (!is_string($replace)) { |
|
34 | 34 | $replace = ''; |
35 | 35 | } |
36 | 36 |