Completed
Branch master (66ed03)
by Nikola
06:08
created
src/RunOpenCode/Bundle/Traitor/DependencyInjection/CompilerPass.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      * Get definitions from container based on namespace filter
46 46
      *
47 47
      * @param ContainerBuilder $container
48
-     * @param array|null $filters Namespace prefixes
48
+     * @param boolean $filters Namespace prefixes
49 49
      * @return Definition[] Definitions indexed by service ID
50 50
      */
51 51
     protected function getDefinitionsFromClassNamespaces(ContainerBuilder $container, array $filters = null)
@@ -86,7 +86,6 @@  discard block
 block discarded – undo
86 86
      * Get definitions from container based on service tag filter
87 87
      *
88 88
      * @param ContainerBuilder $container
89
-     * @param array|null $filters Tag names
90 89
      * @return Definition[] Definitions indexed by service ID
91 90
      */
92 91
     protected function getDefinitionsFromTags(ContainerBuilder $container, array $tags = null)
Please login to merge, or discard this patch.