Completed
Pull Request — master (#917)
by Toni
01:49
created
DependencyInjection/Compiler/MappingPass.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
         }
123 123
     }
124 124
 
125
+    /**
126
+     * @param string $directory
127
+     */
125 128
     private function getNamespaces($directory): array
126 129
     {
127 130
         if (!is_dir($directory)) {
Please login to merge, or discard this patch.