Test Setup Failed
Branch master (1a859d)
by DeGracia
03:30
created
src/CircuitBreaker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         return $this;
24 24
     }
25 25
 
26
-    public function closure(Closure $closure) :?array
26
+    public function closure(Closure $closure) : ?array
27 27
     {   
28 28
         try {
29 29
             return $closure();
Please login to merge, or discard this patch.