We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85f4f5 commit 410d35bCopy full SHA for 410d35b
src/Pretty/Arr/Caseable.php
@@ -14,5 +14,5 @@ interface Caseable
14
15
public const SNAKE_CASE = 2;
16
17
- public function setCase(int $type = self::NO_CASE): void;
+ public function setCase(int $type = self::NO_CASE): static;
18
}
0 commit comments