Fix PHPCS errors.

This commit is contained in:
mark_story 2015-01-21 23:32:08 -05:00
parent 9ce75e6fd6
commit 58334996a2

View file

@ -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
),
);