Skip to content

Commit f3b8f3c

Browse files
committed
fix
1 parent b52c16b commit f3b8f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ public function __call($method, $args)
15041504
return call_user_func_array([$this, 'is'], $args);
15051505
}
15061506

1507-
public function getSceneRule(string $name)
1507+
public function getSceneRule( $name)
15081508
{
15091509
$rules = $this->scene[$name] ?? $this->rule;
15101510
$newRules = [];

0 commit comments

Comments
 (0)