@@ -150,7 +150,7 @@ |
||
150 | 150 | } |
151 | 151 | |
152 | 152 | if ($useWrappedClosure) { |
153 | - return function () use ($aspect, $refMethod) { |
|
153 | + return function() use ($aspect, $refMethod) { |
|
154 | 154 | return $refMethod->invokeArgs($aspect, func_get_args()); |
155 | 155 | }; |
156 | 156 | } else { |