Completed
Pull Request — master (#251)
by Alexander
22:45
created
src/Aop/Support/AnnotatedReflectionMethod.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
         $className  = $this->getDeclaringClass()->name;
74 74
         $methodName = $this->name;
75
-        $closure = function (...$args) use ($methodName, $className) {
75
+        $closure = function(...$args) use ($methodName, $className) {
76 76
             $result = forward_static_call_array(array($className, $methodName), $args);
77 77
 
78 78
             return $result;
Please login to merge, or discard this patch.