Completed
Pull Request — master (#658)
by Magnus
03:02
created
DependencyInjection/Compiler/RepositoryAliasPass.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@
 block discarded – undo
110 110
         return $conflictingServices;
111 111
     }
112 112
 
113
+    /**
114
+     * @param string $message
115
+     */
113 116
     private function log(ContainerBuilder $container, $message)
114 117
     {
115 118
         if (method_exists($container, 'log')) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\ORM\Mapping\ClassMetadata;
7 7
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
8 8
 use Symfony\Component\DependencyInjection\ContainerBuilder;
9
-use Symfony\Component\DependencyInjection\Definition;
10 9
 use Symfony\Component\DependencyInjection\Reference;
11 10
 use Symfony\Component\HttpKernel\Kernel;
12 11
 
Please login to merge, or discard this patch.