Completed
Push — update/dna-jetpack-autoloader-... ( 5fc821...2e5b65 )
by Mike
113:09 queued 103:54
created
packages/autoloader/src/AutoloadGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
 	 * @param string     $vendorPath Path to the vendor directory.
161 161
 	 * @param string     $basePath Base Path.
162 162
 	 *
163
-	 * @return array $classMap
163
+	 * @return string $classMap
164 164
 	 */
165 165
 	private function getClassMap( array $autoloads, Filesystem $filesystem, $vendorPath, $basePath ) {
166 166
 		$blacklist = null;
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
 	/**
225 225
 	 * Generate the PHP that will be used in the autoload_classmap_package.php files.
226 226
 	 *
227
-	 * @param srting $classMap class map array string that is to be written out to the file.
227
+	 * @param string $classMap class map array string that is to be written out to the file.
228 228
 	 *
229 229
 	 * @return string
230 230
 	 */
Please login to merge, or discard this patch.