Completed
Push — master ( 4be706...c24707 )
by Christian
06:58
created
src/Composer/Search/RepositorySearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
         }
150 150
 
151 151
         return array_map(
152
-            function ($package) {
152
+            function($package) {
153 153
                 /** @var PackageInterface $package */
154 154
                 return $package->getName();
155 155
             },
Please login to merge, or discard this patch.
src/Task/Composer/AbstractComposerCommandTask.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      *
77 77
      * @param BaseCommand $command The command to patch.
78 78
      *
79
-     * @return BaseCommand
79
+     * @return WrappedCommandTrait
80 80
      *
81 81
      * @throws \InvalidArgumentException When no setComposerFactory method is declared.
82 82
      */
Please login to merge, or discard this patch.