[ticket/269] Fix codesniffer complaints

B3P-269
This commit is contained in:
Marc Alexander
2014-06-27 17:38:00 +02:00
parent 03509a3195
commit 4a7f5e6ed8
17 changed files with 22 additions and 1728 deletions

View File

@@ -33,7 +33,7 @@ class v210_beta1 extends \phpbb\db\migration\migration
'add_tables' => array(
$this->table_prefix . 'portal_modules' => array(
'COLUMNS' => array(
'module_id' => array('UINT:3', NULL, 'auto_increment'),
'module_id' => array('UINT:3', null, 'auto_increment'),
'module_classname' => array('VCHAR:64', ''),
'module_column' => array('TINT:3', 0),
'module_order' => array('TINT:3', 0),