Remove extra spaces before closing parentheses in src/
This commit is contained in:
parent
146646c4d4
commit
5dcf6bfc58
11 changed files with 24 additions and 24 deletions
|
@ -52,7 +52,7 @@ abstract class PConfiguration
|
||||||
* @param string $cat The category of the configuration value
|
* @param string $cat The category of the configuration value
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
* @see PConfigCache )
|
* @see PConfigCache
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
abstract public function load(int $uid, string $cat = 'config');
|
abstract public function load(int $uid, string $cat = 'config');
|
||||||
|
|
|
@ -717,8 +717,8 @@ class DBStructure
|
||||||
* @todo You cannot rename a primary key if "auto increment" is set
|
* @todo You cannot rename a primary key if "auto increment" is set
|
||||||
*
|
*
|
||||||
* @param string $table Table name
|
* @param string $table Table name
|
||||||
* @param array $columns Columns Syntax for Rename: [ $old1 => [ $new1, $type1 ], $old2 => [ $new2, $type2 ], ... ] )
|
* @param array $columns Columns Syntax for Rename: [ $old1 => [ $new1, $type1 ], $old2 => [ $new2, $type2 ], ... ]
|
||||||
* Syntax for Primary Key: [ $col1, $col2, ...] )
|
* Syntax for Primary Key: [ $col1, $col2, ...]
|
||||||
* @param int $type The type of renaming (Default is Column)
|
* @param int $type The type of renaming (Default is Column)
|
||||||
*
|
*
|
||||||
* @return boolean Was the renaming successful?
|
* @return boolean Was the renaming successful?
|
||||||
|
|
Loading…
Reference in a new issue