Passed
Push — master ( 8faac7...7d50f1 )
by Nicolaas
09:31 queued 07:27
created
src/Control/FlushReceiver.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,9 +28,11 @@
 block discarded – undo
28 28
         return '/'.self::join_links(self::my_url_segment(), $action);
29 29
     }
30 30
 
31
-    public function do($request)
31
+    public function do {
32
+        ($request)
32 33
     {
33 34
         $code = $request->param('ID');
35
+    }
34 36
         $obj = $this->getFlushRecord($code);
35 37
         if ($obj) {
36 38
             // mark as done first
Please login to merge, or discard this patch.