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 6a01a4d commit ce5cac2Copy full SHA for ce5cac2
src/Response/ErrorIface.php
@@ -28,6 +28,6 @@
28
*/
29
interface ErrorIface extends BaseIface
30
{
31
- public function getError(): null|Error\ErrObjectIface;
32
- public function withError(null|Error\ErrObjectIface $error): static;
+ public function getError(): Error\ErrObjectIface;
+ public function withError(Error\ErrObjectIface $error): static;
33
}
0 commit comments