Completed
Pull Request — master (#658)
by Magnus
03:34
created
DependencyInjection/Compiler/RepositoryAliasPass.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@
 block discarded – undo
113 113
         return false;
114 114
     }
115 115
 
116
+    /**
117
+     * @param string $message
118
+     */
116 119
     private function log(ContainerBuilder $container, $message)
117 120
     {
118 121
         if (method_exists($container, 'log')) {
Please login to merge, or discard this patch.