@@ -163,7 +163,7 @@ protected function doWriteInfoFiles(PackageInterface $package)
163163 );
164164 } elseif ($ this ->io ->isVerbose ()) {
165165 $ this ->io ->write (
166- '<info>No info files found for ' .$ package ->getPrettyName () . '</info> '
166+ '<info>No info files found for ' . $ package ->getPrettyName () . '</info> '
167167 );
168168 }
169169 }
@@ -178,7 +178,7 @@ protected function doRollback(PackageInterface $package)
178178 $ writer ->rollback ();
179179 } elseif ($ this ->io ->isVerbose ()) {
180180 $ this ->io ->write (
181- '<info>No info files found for ' .$ package ->getPrettyName () . '</info> '
181+ '<info>No info files found for ' . $ package ->getPrettyName () . '</info> '
182182 );
183183 }
184184 }
@@ -200,7 +200,7 @@ protected function getWriter(PackageInterface $package)
200200 /**
201201 * Find specific version info for a given package.
202202 *
203- * @param PackageInterface $package
203+ * @param PackageInterface $package
204204 * @return string
205205 */
206206 protected function findVersion (PackageInterface $ package )
@@ -219,7 +219,7 @@ protected function findVersion(PackageInterface $package)
219219 /**
220220 * Find a timestamp that the release is from in the package.
221221 *
222- * @param PackageInterface $package
222+ * @param PackageInterface $package
223223 * @return string
224224 * Unix timestamp.
225225 */
@@ -283,7 +283,7 @@ protected function findPackage(PackageInterface $package)
283283 /**
284284 * Determine if this package should be processed.
285285 *
286- * @param PackageInterface $package
286+ * @param PackageInterface $package
287287 * @return bool
288288 */
289289 protected function processPackage (PackageInterface $ package )
@@ -294,7 +294,7 @@ protected function processPackage(PackageInterface $package)
294294 /**
295295 * Gather the package from the given operation.
296296 *
297- * @param OperationInterface $operation
297+ * @param OperationInterface $operation
298298 * @return \Composer\Package\PackageInterface
299299 * @throws \Exception
300300 */
@@ -313,4 +313,5 @@ protected function getPackageFromOperation(OperationInterface $operation)
313313 }
314314 return $ package ;
315315 }
316+
316317}
0 commit comments