Skip to content

Commit 1bb88f6

Browse files
committed
style: apply fixes from qa
1 parent a546674 commit 1bb88f6

File tree

9 files changed

+0
-15
lines changed

9 files changed

+0
-15
lines changed

packages/console/src/Exceptions/ConsoleExceptionHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
use Tempest\Console\GlobalFlags;
1010
use Tempest\Console\HasExitCode;
1111
use Tempest\Console\Input\ConsoleArgumentBag;
12-
use Tempest\Container\Container;
1312
use Tempest\Container\Tag;
14-
use Tempest\Core\AppConfig;
1513
use Tempest\Core\ExceptionHandler;
1614
use Tempest\Core\ExceptionReporter;
1715
use Tempest\Core\Kernel;

packages/icon/src/Icon.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
use Exception;
66
use Tempest\EventBus\EventBus;
7-
use Tempest\Http\GenericRequest;
87
use Tempest\Http\HttpRequestFailed;
9-
use Tempest\Http\Method;
108
use Tempest\Http\Status;
119
use Tempest\HttpClient\HttpClient;
1210
use Tempest\Support\Str;

packages/router/src/Exceptions/JsonExceptionRenderer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Tempest\Http\Response;
99
use Tempest\Http\Responses\Json;
1010
use Tempest\Http\Responses\NotFound;
11-
use Tempest\Http\Responses\ServerError;
1211
use Tempest\Http\Session\CsrfTokenDidNotMatch;
1312
use Tempest\Http\Status;
1413
use Tempest\Support\Arr;

packages/router/src/Static/StaticGenerateCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Tempest\Http\GenericRequest;
1717
use Tempest\Http\HttpRequestFailed;
1818
use Tempest\Http\Method;
19-
use Tempest\Http\Response;
20-
use Tempest\Http\Responses\ServerError;
2119
use Tempest\Http\Status;
2220
use Tempest\HttpClient\HttpClient;
2321
use Tempest\Intl;

src/Tempest/Framework/Commands/MigrateFreshCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Tempest\Database\Migrations\MigrationManager;
1616
use Tempest\Database\Migrations\TableDropped;
1717
use Tempest\EventBus\EventBus;
18-
use Tempest\EventBus\EventHandler;
1918

2019
#[Singleton]
2120
final class MigrateFreshCommand

src/Tempest/Framework/Commands/MigrateValidateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Tempest\Database\Migrations\MigrationManager;
1515
use Tempest\Database\Migrations\MigrationValidationFailed;
1616
use Tempest\EventBus\EventBus;
17-
use Tempest\EventBus\EventHandler;
1817

1918
#[Singleton]
2019
final class MigrateValidateCommand

tests/Integration/Http/CsrfTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Tests\Tempest\Integration\Http;
44

5-
use PHPUnit\Framework\Attributes\Before;
65
use PHPUnit\Framework\Attributes\PreCondition;
76
use PHPUnit\Framework\Attributes\Test;
87
use PHPUnit\Framework\Attributes\TestWith;
@@ -11,7 +10,6 @@
1110
use Tempest\Cryptography\Encryption\Encrypter;
1211
use Tempest\Http\GenericRequest;
1312
use Tempest\Http\Method;
14-
use Tempest\Http\Session\CsrfTokenDidNotMatch;
1513
use Tempest\Http\Session\Session;
1614
use Tempest\Http\Session\VerifyCsrfMiddleware;
1715
use Tempest\Http\Status;

tests/Integration/Route/RouterTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
namespace Tests\Tempest\Integration\Route;
66

7-
use Exception;
87
use Laminas\Diactoros\ServerRequest;
98
use Laminas\Diactoros\Stream;
109
use Laminas\Diactoros\Uri;
1110
use Tempest\Database\Migrations\CreateMigrationsTable;
12-
use Tempest\Http\HttpRequestFailed;
1311
use Tempest\Http\Responses\Ok;
1412
use Tempest\Http\Session\VerifyCsrfMiddleware;
1513
use Tempest\Http\Status;

tests/Integration/Testing/Http/HttpRouterTesterIntegrationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
namespace Tests\Tempest\Integration\Testing\Http;
66

7-
use Exception;
87
use PHPUnit\Framework\AssertionFailedError;
9-
use Tempest\Http\Status;
108
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
119

1210
/**

0 commit comments

Comments
 (0)