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 ca38cd7 commit 910bdccCopy full SHA for 910bdcc
src/Error.php
@@ -37,6 +37,7 @@ public function chain(callable $map): ResultInterface
37
return $this;
38
}
39
40
+ /** @return TError */
41
public function get()
42
{
43
return $this->value;
src/Success.php
@@ -36,6 +36,7 @@ public function chain(callable $map): ResultInterface
36
return $map($this->value);
+ /** @return TSuccess */
0 commit comments