Skip to content

Commit 6accb63

Browse files
committed
Add type-hints on signatures of hybrid-result methods
1 parent 985e7a5 commit 6accb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HybridResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getTransformed()
2929
return $this->transformed;
3030
}
3131

32-
public function getResult()
32+
public function getResult(): Result
3333
{
3434
return $this->result;
3535
}

0 commit comments

Comments
 (0)