Skip to content

Commit 94c92a7

Browse files
authored
Merge pull request #10 from wiz-develop/endou-mame/issue9
2 parents 3bf4b9c + 272c7af commit 94c92a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Error/ErrorValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final private function __construct(
1818
) {
1919
}
2020

21-
public static function of(string $code, string $message): static
21+
final public static function of(string $code, string $message): static
2222
{
2323
return new static($code, $message);
2424
}

0 commit comments

Comments
 (0)