10000 minor #36758 [5.1] CS fixes (nicolas-grekas) · symfony/symfony@fb90fb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb90fb3

Browse files
minor #36758 [5.1] CS fixes (nicolas-grekas)
This PR was merged into the 5.1-dev branch. Discussion ---------- [5.1] CS fixes | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- bb164e6 [5.1] CS fixes
2 parents f8616f8 + bb164e6 commit fb90fb3

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function configure(): void
8484
Use the --limit option to limit the number of messages received:
8585
8686
<info>php %command.full_name% <receiver-name> --limit=10</info>
87-
87+
8888
Use the --failure-limit option to stop the worker when the given number of failed messages is reached:
8989
9090
<info>php %command.full_name% <receiver-name> --failure-limit=2</info>

src/Symfony/Component/Security/Http/Authenticator/Passport/PassportTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http\Authenticator\Passport;
1313

1414
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
15-
use Symfony\Component\Security\Core\Exception\InvalidArgumentException;
1615
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\BadgeInterface;
1716

1817
/**

src/Symfony/Component/String/Tests/FunctionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\String\AbstractString;
1616
use Symfony\Component\String\ByteString;
17-
use function Symfony\Component\String\s;
1817
use Symfony\Component\String\UnicodeString;
18+
use function Symfony\Component\String\s;
1919

2020
final class FunctionsTest extends TestCase
2121
{

src/Symfony/Component/VarDumper/Caster/RdKafkaCaster.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\VarDumper\Caster;
1313

14-
use RdKafka;
1514
use RdKafka\Conf;
1615
use RdKafka\Exception as RdKafkaException;
1716
use RdKafka\KafkaConsumer;

0 commit comments

Comments
 (0)
0