Skip to content

Commit e9cb7b7

Browse files
authored
Update KernelHelperInterface.php
1 parent 5b0c079 commit e9cb7b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frdlweb/KernelHelperInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Frdlweb\AdvancedWebAppInterface;
99
use GuzzleHttp\Psr7\Response;
1010
use GuzzleHttp\Psr7\ServerRequest;
11-
11+
use Frdlweb\WebAppInterface;
1212

1313
use Psr\Container\ContainerInterface;
1414
use Psr\Http\Message\ResponseInterface;
@@ -50,7 +50,7 @@ public function end() :void;
5050
public function isReservedScheme(string $protocol) : bool;
5151
public function isMounted(string $protocol) : bool;
5252
public function mountDir(string $protocol, string | \callable | \Closure $dir, bool $firstUnmount = false);
53-
//public function getKernel(): \Frdlweb\AdvancedWebAppInterface;
53+
//public function getKernel(): WebAppInterface;
5454
public function dotty(string $str) : string;
5555
public function loadFromUrlForCache($url ,
5656
\closure | \callable $filter = null,

0 commit comments

Comments
 (0)