File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Security/Http/Authenticator/Passport Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ protected function configure(): void
84
84
Use the --limit option to limit the number of messages received:
85
85
86
86
<info>php %command.full_name% <receiver-name> --limit=10</info>
87
-
87
+
88
88
Use the --failure-limit option to stop the worker when the given number of failed messages is reached:
89
89
90
90
<info>php %command.full_name% <receiver-name> --failure-limit=2</info>
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Security \Http \Authenticator \Passport ;
13
13
14
14
use Symfony \Component \Security \Core \Exception \BadCredentialsException ;
15
- use Symfony \Component \Security \Core \Exception \InvalidArgumentException ;
16
15
use Symfony \Component \Security \Http \Authenticator \Passport \Badge \BadgeInterface ;
17
16
18
17
/**
Original file line number Diff line number Diff line change 14
14
use PHPUnit \Framework \TestCase ;
15
15
use Symfony \Component \String \AbstractString ;
16
16
use Symfony \Component \String \ByteString ;
17
- use function Symfony \Component \String \s ;
18
17
use Symfony \Component \String \UnicodeString ;
18
+ use function Symfony \Component \String \s ;
19
19
20
20
final class FunctionsTest extends TestCase
21
21
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \VarDumper \Caster ;
13
13
14
- use RdKafka ;
15
14
use RdKafka \Conf ;
16
15
use RdKafka \Exception as RdKafkaException ;
17
16
use RdKafka \KafkaConsumer ;
You can’t perform that action at this time.
0 commit comments