Completed
Push — master ( 8c9d7b...4620d7 )
by Randy
02:06
created
src/OptionalInterface.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,5 +75,7 @@
 block discarded – undo
75 75
     /**
76 76
      * @param callable $callback
77 77
      */
78
-    public function do(callable $callback);
79
-}
80 78
\ No newline at end of file
79
+    public function do {
80
+        (callable $callback);
81
+    }
82
+    }
81 83
\ No newline at end of file
Please login to merge, or discard this patch.