Completed
Push — master ( a9a146...85a956 )
by Jean
02:11
created
src/DeferredCallChain.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
                             // can produce a BadMethodCallException and thus
186 186
                             // not be a callable
187 187
                             if (
188
-                                   $e->getTrace()[2]['file'] == __FILE__
188
+                                    $e->getTrace()[2]['file'] == __FILE__
189 189
                                 && $e->getTrace()[2]['function'] == 'call_user_func_array'
190 190
                                 && $e->getTrace()[1]['function'] == $call['method']
191 191
                                 && $e->getTrace()[1]['class'] == get_class($out)
Please login to merge, or discard this patch.