Completed
Pull Request — develop (#738)
by Steve
05:32
created
src/N98/Magento/Command/MagentoConnect/AbstractConnectCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * @param string $line
60 60
      *
61
-     * @return array
61
+     * @return string[]
62 62
      */
63 63
     protected function matchConnectLine($line)
64 64
     {
Please login to merge, or discard this patch.
src/N98/Util/Console/Helper/ParameterHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
      * @param OutputInterface                                $output
197 197
      * @param string                                         $name
198 198
      * @param string                                         $value
199
-     * @param Constraints\Collection|Constraint|Constraint[] $constraints The constraint(s) to validate against.
199
+     * @param Constraints\Collection $constraints The constraint(s) to validate against.
200 200
      *
201 201
      * @return mixed
202 202
      */
Please login to merge, or discard this patch.