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 d2eca04 commit fd8043aCopy full SHA for fd8043a
src/Err.php
@@ -19,7 +19,7 @@
19
* @param E $value
20
*/
21
public function __construct(
22
- private mixed $value
+ private mixed $value,
23
) {
24
}
25
src/Ok.php
@@ -19,9 +19,8 @@
* @param T $value
- )
- {
+ ) {
26
27
#[Override]
src/Result.php
@@ -12,7 +12,6 @@
12
13
abstract readonly class Result
14
{
15
-
16
/**
17
* 結果が成功(Ok)の場合に true を返します.
18
*
0 commit comments