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 70e6580 commit 845f5c0Copy full SHA for 845f5c0
src/Controller.php
@@ -146,9 +146,9 @@ public function getCallback(): callable|null
146
*
147
* @throws InvalidCallbackException If the callback is not set.
148
149
- * @return ResponseInterface The response.
+ * @return ResponseInterface|string The response returned from controller.
150
*/
151
- public function handle(): ResponseInterface
+ public function handle(): ResponseInterface|string
152
{
153
$this->args = array_merge($this->args, $this->request->getQueryParams());
154
0 commit comments