Skip to content

Commit 20b3204

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 0fcc7b7 commit 20b3204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private function getValidationRulesAndMessagesFromField($field, $parent = false)
329329
$rules = [];
330330
$messages = [];
331331

332-
foreach((array)$field['name'] as $fieldName) {
332+
foreach ((array) $field['name'] as $fieldName) {
333333
if ($parent) {
334334
$fieldName = $parent.'.*.'.$fieldName;
335335
}

0 commit comments

Comments
 (0)