Skip to content

Commit 12edfb8

Browse files
committed
Run PHP CS Fixer
1 parent 1501de3 commit 12edfb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPFUI/ORM/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ private function getFieldErrors(mixed $value, array $validators, array $fieldDef
208208
$parts = \explode(':', (string)$validator);
209209

210210
$parameters = [];
211+
211212
if (\count($parts) > 1)
212213
{
213214
$parameters = \explode(',', $parts[1]);

0 commit comments

Comments
 (0)