@@ -185,7 +185,7 @@ |
||
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) |