mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Fix PHPCS errors.
This commit is contained in:
parent
9ce75e6fd6
commit
58334996a2
1 changed files with 3 additions and 3 deletions
|
@ -5070,10 +5070,10 @@ class Example extends AppModel {
|
|||
*/
|
||||
protected $_schema = array(
|
||||
'filefield' => array(
|
||||
'type' => 'string',
|
||||
'length' => 254,
|
||||
'type' => 'string',
|
||||
'length' => 254,
|
||||
'default' => null,
|
||||
'null' => true,
|
||||
'null' => true,
|
||||
'comment' => null
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue