Skip to content

Commit

Permalink
Drop usage of Contributte DI (Closes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
finwe authored and f3l1x committed Feb 14, 2024
1 parent c2b6ada commit dd1d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/MessengerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Contributte\Messenger\DI;

use Contributte\DI\Extension\CompilerExtension;
use Contributte\Messenger\DI\Pass\AbstractPass;
use Contributte\Messenger\DI\Pass\BusPass;
use Contributte\Messenger\DI\Pass\ConsolePass;
Expand All @@ -15,6 +14,7 @@
use Contributte\Messenger\DI\Pass\TransportFactoryPass;
use Contributte\Messenger\DI\Pass\TransportPass;
use Nette\DI\Definitions\Statement;
use Nette\DI\CompilerExtension;

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.

Check failure on line 17 in src/DI/MessengerExtension.php

View workflow job for this annotation

GitHub Actions / Codesniffer / Codesniffer (8.1)

Use statements should be sorted alphabetically. The first wrong one is Nette\DI\CompilerExtension.
use Nette\PhpGenerator\ClassType;
use Nette\Schema\Expect;
use Nette\Schema\Schema;
Expand Down

0 comments on commit dd1d4eb

Please sign in to comment.