Completed
Pull Request — master (#1241)
by
unknown
04:16
created
src/Phinx/Console/Command/AbstractCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@
 block discarded – undo
348 348
      *
349 349
      * @param array $info
350 350
      * @param OutputInterface $output
351
-     * @return null
351
+     * @return integer|null
352 352
      */
353 353
     public function outputEnvironmentInfo(array $info, OutputInterface $output)
354 354
     {
Please login to merge, or discard this patch.
src/Phinx/Migration/Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -617,6 +617,9 @@
 block discarded – undo
617 617
         return $this->getSingleEnvironment($name);
618 618
     }
619 619
 
620
+    /**
621
+     * @param string $name
622
+     */
620 623
     public function setEnvironmentName($name)
621 624
     {
622 625
         $this->environmentName = $name;
Please login to merge, or discard this patch.