@@ -8,6 +8,10 @@ |
||
8 | 8 | { |
9 | 9 | private static $result = []; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $key |
|
13 | + * @param string $composerPath |
|
14 | + */ |
|
11 | 15 | public static function readKey($key, $composerPath = null) |
12 | 16 | { |
13 | 17 | $path = $composerPath ?: ''; |