Completed
Pull Request — master (#1557)
by
unknown
01:36
created
src/Phinx/Db/Adapter/SqlServerAdapter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -496,6 +496,7 @@  discard block
 block discarded – undo
496 496
 
497 497
     /**
498 498
      * {@inheritdoc}
499
+     * @param string|null $newColumnName
499 500
      */
500 501
     protected function getRenameColumnInstructions($tableName, $columnName, $newColumnName)
501 502
     {
@@ -1190,6 +1191,7 @@  discard block
 block discarded – undo
1190 1191
      * Gets the SqlServer Index Definition for an Index object.
1191 1192
      *
1192 1193
      * @param \Phinx\Db\Table\Index $index Index
1194
+     * @param string $tableName
1193 1195
      * @return string
1194 1196
      */
1195 1197
     protected function getIndexSqlDefinition(Index $index, $tableName)
@@ -1215,6 +1217,7 @@  discard block
 block discarded – undo
1215 1217
      * Gets the SqlServer Foreign Key Definition for an ForeignKey object.
1216 1218
      *
1217 1219
      * @param \Phinx\Db\Table\ForeignKey $foreignKey
1220
+     * @param string $tableName
1218 1221
      * @return string
1219 1222
      */
1220 1223
     protected function getForeignKeySqlDefinition(ForeignKey $foreignKey, $tableName)
Please login to merge, or discard this patch.