mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Cs fixes
This commit is contained in:
parent
708e960968
commit
c8aefeb495
1 changed files with 1 additions and 1 deletions
|
@ -10781,7 +10781,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
);
|
||||
$this->assertTags($result, $expected);
|
||||
|
||||
$result = $this->Form->input('Contact.field', array(
|
||||
$result = $this->Form->input('Contact.field', array(
|
||||
'type' => 'text',
|
||||
'div' => array('errorClass' => 'has-error'),
|
||||
'error' => array('attributes' => array('class' => 'form-control-feedback'))
|
||||
|
|
Loading…
Reference in a new issue