Completed
Push — master ( 64a44a...ce5e3e )
by Joao
04:39
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.