You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,10 +74,11 @@ public function getRequest(): RequestInterface
72
74
{
73
75
if ($this->request === null) {
74
76
thrownew \RuntimeException(
75
-
'Request object not available. This exception was created using the deprecated fromBadRequestToUri() method. Use fromBadRequest() instead for PSR-18 compliance.'
77
+
'Request object not available. This exception was created using the deprecated ' .
78
+
'fromBadRequestToUri() method. Use fromBadRequest() instead for PSR-18 compliance.'
0 commit comments