Completed
Pull Request — master (#54)
by
unknown
02:41
created
test/PackageVersionsTest/InstallerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Composer\Installer\InstallationManager;
9 9
 use Composer\IO\IOInterface;
10 10
 use Composer\Package\Locker;
11
-use Composer\Package\Package;
12 11
 use Composer\Package\RootAliasPackage;
13 12
 use Composer\Package\RootPackage;
14 13
 use Composer\Package\RootPackageInterface;
Please login to merge, or discard this patch.
src/PackageVersions/Installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
      * @param Locker               $locker
164 164
      * @param RootPackageInterface $rootPackage
165 165
      *
166
-     * @return \Generator|\string[]
166
+     * @return \Generator
167 167
      */
168 168
     private static function getVersions(Locker $locker, RootPackageInterface $rootPackage) : \Generator
169 169
     {
Please login to merge, or discard this patch.