@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | * @param string $vendorPath Path to the vendor directory. |
141 | 141 | * @param string $basePath Base Path. |
142 | 142 | * |
143 | - * @return array $classMap |
|
143 | + * @return string $classMap |
|
144 | 144 | */ |
145 | 145 | private function getClassMap( array $autoloads, Filesystem $filesystem, $vendorPath, $basePath ) { |
146 | 146 | $blacklist = null; // not supported for now. |
@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | /** |
179 | 179 | * Generate the PHP that will be used in the autoload_classmap_package.php files. |
180 | 180 | * |
181 | - * @param srting $classMap class map array string that is to be written out to the file. |
|
181 | + * @param string $classMap class map array string that is to be written out to the file. |
|
182 | 182 | * |
183 | 183 | * @return string |
184 | 184 | */ |