Completed
Pull Request — master (#1627)
by Alexandr
01:41
created
src/Phinx/Db/Adapter/SqlServerAdapter.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -637,6 +637,8 @@  discard block
 block discarded – undo
637 637
 
638 638
     /**
639 639
      * @inheritDoc
640
+     * @param string $tableName
641
+     * @param string|null $columnName
640 642
      */
641 643
     protected function getDropDefaultConstraint($tableName, $columnName)
642 644
     {
@@ -649,6 +651,9 @@  discard block
 block discarded – undo
649 651
         return $this->getDropForeignKeyInstructions($tableName, $defaultConstraint);
650 652
     }
651 653
 
654
+    /**
655
+     * @return string
656
+     */
652 657
     protected function getDefaultConstraint($tableName, $columnName)
653 658
     {
654 659
         $sql = "SELECT
Please login to merge, or discard this patch.