Completed
Push — master ( 3bb485...dc8a1c )
by Dmitry
04:09
created
src/Test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -85,6 +85,9 @@
 block discarded – undo
85 85
                 return $this;
86 86
             }
87 87
 
88
+            /**
89
+             * @param \Closure $result
90
+             */
88 91
             public function willDo($result)
89 92
             {
90 93
                 return $this->handler($result);
Please login to merge, or discard this patch.