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 26fc514 commit 57d9bfcCopy full SHA for 57d9bfc
1 file changed
src/WebApp.php
@@ -24,7 +24,7 @@ class WebApp extends BaseApp
24
* @return static
25
* @throws InvalidArgumentException
26
*/
27
- public static function setUri($uri): WebApp
+ public static function setUri($uri): BaseApp
28
{
29
if (is_string($uri)) {
30
$uri = new Uri($uri);
0 commit comments