]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
Remove extra spaces before closing parentheses in src/
[friendica.git] / src / Database / DBStructure.php
index 0c775377e493c7a2353538c0e7262d39c4b36711..218cab9507c4236329c6205f8363e730590bf2ee 100644 (file)
@@ -717,8 +717,8 @@ class DBStructure
         * @todo You cannot rename a primary key if "auto increment" is set
         *
         * @param string $table            Table name
-        * @param array  $columns          Columns Syntax for Rename: [ $old1 => [ $new1, $type1 ], $old2 => [ $new2, $type2 ], ... ] )
-        *                                 Syntax for Primary Key: [ $col1, $col2, ...] )
+        * @param array  $columns          Columns Syntax for Rename: [ $old1 => [ $new1, $type1 ], $old2 => [ $new2, $type2 ], ... ]
+        *                                 Syntax for Primary Key: [ $col1, $col2, ...]
         * @param int    $type             The type of renaming (Default is Column)
         *
         * @return boolean Was the renaming successful?