Completed
Push — master ( ce5e3e...79ead5 )
by Joao
02:54
created
src/Handler/ForkHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
         $cache->release($key);
124 124
 
125 125
         if (is_object($result) && (is_subclass_of($result, '\\Error') || is_subclass_of($result, '\\Exception'))) {
126
-             throw $result;
126
+                throw $result;
127 127
         }
128 128
 
129 129
         return $result;
Please login to merge, or discard this patch.