Skip to content

Commit 82573aa

Browse files
committed
style: add new line
1 parent dfdba23 commit 82573aa

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
@@ -308,7 +308,8 @@ static function ($carry, $item) use ($ifExistField) {
308308
$value = json_encode($value);
309309
}
310310

311-
$param = ($param === false) ? '' : $param;
311+
$param = ($param === false) ? '' : $param;
312+
312313
$this->errors[$field] = $error ?? $this->getErrorMessage(
313314
$rule,
314315
$field,

0 commit comments

Comments
 (0)