mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix linting issue
This commit is contained in:
parent
381ad756f2
commit
627b496379
@ -145,7 +145,7 @@ class TextareaField extends FormField
|
||||
);
|
||||
|
||||
$maxLength = $this->getMaxLength();
|
||||
if($maxLength) {
|
||||
if ($maxLength) {
|
||||
$attributes['maxlength'] = $maxLength;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user