Skip to content

Commit 9ea8a5c

Browse files
committed
1.6.4 csfixer
1 parent 03e2720 commit 9ea8a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
$basedir = realpath(__DIR__.'/../');
1010
if (!$basedir) {
11-
throw new \RuntimeException('Base path can not be resolved.');
11+
throw new RuntimeException('Base path can not be resolved.');
1212
}
1313

1414
require_once $basedir.'/vendor/autoload.php';
1515

16-
return function () use ($basedir): \Micro\Framework\Kernel\KernelInterface {
16+
return function () use ($basedir): Micro\Framework\Kernel\KernelInterface {
1717
$applicationConfiguration = new class($basedir) extends DefaultApplicationConfiguration {
1818
private Dotenv $dotenv;
1919

0 commit comments

Comments
 (0)