Completed
Push — master ( ce5e3e...79ead5 )
by Joao
02:54
created
src/Handler/ForkHandler.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ByJG\PHPThread\Handler;
4 4
 
5
-use ByJG\Cache\CacheContext;
6 5
 use ByJG\Cache\Engine\ShmopCacheEngine;
7 6
 use RuntimeException;
8 7
 
Please login to merge, or discard this patch.