Passed
Push — master ( 547a50...c66358 )
by Nicolaas
01:55
created
src/Control/FlushReceiver.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,8 @@  discard block
 block discarded – undo
65 65
         }
66 66
     }
67 67
 
68
-    public function do($request)
68
+    public function do {
69
+        ($request)
69 70
     {
70 71
         if (Director::is_cli()) {
71 72
             die(
@@ -74,6 +75,7 @@  discard block
 block discarded – undo
74 75
 
75 76
 '
76 77
             );
78
+    }
77 79
         }
78 80
         $code = $request->param('ID');
79 81
         $obj = $this->getFlushRecord($code);
Please login to merge, or discard this patch.