Skip to content

Commit 256d9a2

Browse files
committed
cs-fix
1 parent ce1247d commit 256d9a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Helpers/FormHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,8 @@ public function testValidationShowErrorForWildcards()
10061006
['name' => 'Name1'],
10071007
['name' => ''],
10081008
['name' => 'Name2'],
1009-
]
1010-
]
1009+
],
1010+
],
10111011
]);
10121012

10131013
$html = validation_show_error('user.*.name');

0 commit comments

Comments
 (0)