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 985e7a5 commit 6accb63Copy full SHA for 6accb63
src/HybridResult.php
@@ -29,7 +29,7 @@ public function getTransformed()
29
return $this->transformed;
30
}
31
32
- public function getResult()
+ public function getResult(): Result
33
{
34
return $this->result;
35
0 commit comments