Skip to content

Commit 6f189fc

Browse files
committed
Fix formatting of example config
1 parent 568daf2 commit 6f189fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/CompilerConfig.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace WoohooLabs\Zen\Examples;
@@ -9,8 +10,8 @@
910
use WoohooLabs\Zen\Config\Preload\PreloadConfig;
1011
use WoohooLabs\Zen\Config\Preload\PreloadConfigInterface;
1112
use WoohooLabs\Zen\Config\Preload\Psr4NamespacePreload;
12-
use WoohooLabs\Zen\Examples\Controller\AbstractController;
13-
use WoohooLabs\Zen\Examples\Controller\ControllerInterface;
13+
14+
use function dirname;
1415

1516
class CompilerConfig extends AbstractCompilerConfig
1617
{

examples/ContainerConfig.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace WoohooLabs\Zen\Examples;
@@ -60,7 +61,7 @@ protected function getDefinitionHints(): array
6061
UserController::class,
6162
AuthenticationController::class,
6263
]
63-
)
64+
),
6465
];
6566
}
6667

0 commit comments

Comments
 (0)