Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Sep 23, 2024
1 parent 30a46d2 commit 3752dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integrate/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function itCanLoadConfigFromDefault()
$app = new Application('/');

$app->loadConfig(new ConfigRepository($app->defaultConfigs()));
/** @var System\Integrate\ConfigRepository */
/** @var ConfigRepository */
$config = $app->get('config');

$this->assertEquals($this->defaultConfigs(), $config->toArray());
Expand Down

0 comments on commit 3752dad

Please sign in to comment.