Completed
Pull Request — master (#658)
by Magnus
02:48
created
DependencyInjection/Compiler/RepositoryAliasPass.php 1 patch
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.