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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rule/RuleInterface.php

Lines changed: 1 addition & 1 deletion
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)