Completed
Branch 1.x (6c875f)
by Alexander
03:15
created
src/Aop/Framework/DynamicInvocationMatcherInterceptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function __construct(Pointcut $pointcut, Interceptor $interceptor)
40 40
     {
41
-        $this->pointcut     = $pointcut;
41
+        $this->pointcut = $pointcut;
42 42
         parent::__construct($interceptor);
43 43
     }
44 44
 
Please login to merge, or discard this patch.