Skip to content

Commit 41f56cf

Browse files
kenjispaulbalandan
andauthored
style: add line break
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent 0485bb7 commit 41f56cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Validation/Validation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ static function ($carry, $item) use ($ifExistField) {
285285
}
286286

287287
$found = true;
288-
$passed = $param === false ? $set->{$rule}($value, $error)
288+
$passed = $param === false
289+
? $set->{$rule}($value, $error)
289290
: $set->{$rule}($value, $param, $data, $error);
290291

291292
break;

0 commit comments

Comments
 (0)