Skip to content

Commit

Permalink
Fixes styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and github-actions[bot] committed Sep 4, 2024
1 parent ea5ae35 commit 92c1520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Tempest/Console/Commands/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

use Tempest\Http\HttpApplication;

require_once __DIR__ . '/../vendor/autoload.php';
Expand Down
1 change: 0 additions & 1 deletion src/Tempest/Core/DiscoveryDiscovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Tempest\Core;

use Exception;
use Tempest\Container\Container;
use Tempest\Support\Reflection\ClassReflector;

Expand Down

0 comments on commit 92c1520

Please sign in to comment.