@@ -52,7 +52,7 @@ |
||
52 | 52 | /** |
53 | 53 | * @param string $path |
54 | 54 | * |
55 | - * @return Pickle\Base\Interfaces\Package |
|
55 | + * @return \Composer\Package\PackageInterface |
|
56 | 56 | */ |
57 | 57 | public function load($path) |
58 | 58 | { |
@@ -143,6 +143,9 @@ |
||
143 | 143 | } |
144 | 144 | } |
145 | 145 | |
146 | + /** |
|
147 | + * @param string $key |
|
148 | + */ |
|
146 | 149 | protected function isValid($config, $key, $type = 'any') |
147 | 150 | { |
148 | 151 | switch ($type) { |