Skip to content

Commit f2aeead

Browse files
committed
2 parents 546df8f + 1167cfa commit f2aeead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbstractValidation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343
array $rules = [],
4444
array $translates = [],
4545
string $scene = '',
46-
$startValidate = false
46+
bool $startValidate = false
4747
) {
4848
$this->data = $data;
4949
$this
@@ -84,7 +84,7 @@ public static function make(
8484
array $rules = [],
8585
array $translates = [],
8686
string $scene = '',
87-
$startValidate = false
87+
bool $startValidate = false
8888
) {
8989
return new static($data, $rules, $translates, $scene, $startValidate);
9090
}

0 commit comments

Comments
 (0)