Completed
Pull Request — master (#1241)
by
unknown
01:55
created
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.