Completed
Push — master ( 37ea74...da96d0 )
by Vincent
02:44
created
src/Aop/TransactionalInterceptor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
             // have been invoked.
104 104
             $this->logger->warning(
105 105
                 'Transactional interceptor was invoked, but no annotation was found for method \'' .
106
-                 $methodDefinition->getDeclaringClass()->getName() . '::' . $methodDefinition->getName() . '\''
106
+                    $methodDefinition->getDeclaringClass()->getName() . '::' . $methodDefinition->getName() . '\''
107 107
             );
108 108
         }
109 109
 
Please login to merge, or discard this patch.