Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d7d10aa

Browse files
committed
chore: set name missing return type hint
1 parent fe90a1e commit d7d10aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rule/RuleInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public function validate(mixed $input): void;
1313

1414
public function getName(): string;
1515

16-
public function setName(string $name);
16+
public function setName(string $name): static;
1717
}

0 commit comments

Comments
 (0)