Completed
Push — develop ( ce5c3c...3abc17 )
by Tom
04:31
created
src/N98/Magento/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Symfony\Component\Console\Input\InputInterface;
21 21
 use Symfony\Component\Console\Input\InputOption;
22 22
 use Symfony\Component\Console\Output\ConsoleOutput;
23
-use Symfony\Component\Console\Output\NullOutput;
24 23
 use Symfony\Component\Console\Output\OutputInterface;
25 24
 use Symfony\Component\EventDispatcher\EventDispatcher;
26 25
 use UnexpectedValueException;
Please login to merge, or discard this patch.
src/N98/Util/Console/Helper/ParameterHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,9 +222,9 @@
 block discarded – undo
222 222
      * @param OutputInterface                                $output
223 223
      * @param string                                         $name
224 224
      * @param string                                         $value
225
-     * @param Constraints\Collection|Constraint|Constraint[] $constraints The constraint(s) to validate against.
225
+     * @param Constraints\Collection $constraints The constraint(s) to validate against.
226 226
      *
227
-     * @return mixed
227
+     * @return string
228 228
      */
229 229
     protected function _validateArgument(OutputInterface $output, $name, $value, $constraints)
230 230
     {
Please login to merge, or discard this patch.
src/N98/Util/Console/Helper/MagentoHelper.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
     /**
375 375
      * private getter for application that has magento detected
376 376
      *
377
-     * @return Application|\Symfony\Component\Console\Application
377
+     * @return string
378 378
      */
379 379
     private function getApplication()
380 380
     {
@@ -392,6 +392,7 @@  discard block
 block discarded – undo
392 392
 
393 393
     /**
394 394
      * @param string $configFileName
395
+     * @param string $root
395 396
      */
396 397
     private function addBaseConfig($root, $configFileName)
397 398
     {
Please login to merge, or discard this patch.