Passed
Push — master ( 30647e...9551d0 )
by Nicolaas
08:43
created
src/Control/FlushReceiver.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,8 @@  discard block
 block discarded – undo
70 70
         }
71 71
     }
72 72
 
73
-    public function do($request)
73
+    public function do {
74
+        ($request)
74 75
     {
75 76
         if (Director::is_cli()) {
76 77
             die(
@@ -79,6 +80,7 @@  discard block
 block discarded – undo
79 80
 
80 81
 '
81 82
             );
83
+    }
82 84
         }
83 85
         $code = Convert::raw2sql($request->param('ID'));
84 86
         if ($code) {
Please login to merge, or discard this patch.