Completed
Pull Request — master (#37)
by Pádraic
01:59
created
src/Strategy/ManifestStrategy.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -346,12 +346,12 @@
 block discarded – undo
346 346
     }
347 347
 
348 348
         /**
349
-     * Filter a list of versions to those that allow the current PHP version.
350
-     *
351
-     * @param string[] $versions
352
-     *
353
-     * @return string[]
354
-     */
349
+         * Filter a list of versions to those that allow the current PHP version.
350
+         *
351
+         * @param string[] $versions
352
+         *
353
+         * @return string[]
354
+         */
355 355
     private function filterByPhpVersion(array $versions)
356 356
     {
357 357
         $versionInfo = $this->getAvailableVersions();
Please login to merge, or discard this patch.