Passed
Push — master ( b8a5d7...8d554c )
by Nicolaas
11:46
created
src/Tasks/SiteWideSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,12 +25,12 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.