@@ -136,6 +136,9 @@ |
||
136 | 136 | } |
137 | 137 | } |
138 | 138 | |
139 | + /** |
|
140 | + * @param string|null $dependency |
|
141 | + */ |
|
139 | 142 | private function pushToDependencies(array &$dependencies, $dependency) |
140 | 143 | { |
141 | 144 | $lowercase = strtolower($dependency); |