File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Messenger/Bridge/Redis/Tests/Transport
Validator/Resources/translations Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _sf_{{ COMMAND_NAME }}() {
17
17
done
18
18
19
19
# Use newline as only separator to allow space in completion values
20
- IFS=$' \n '
20
+ local IFS=$' \n '
21
21
local sf_cmd=" ${COMP_WORDS[0]} "
22
22
23
23
# for an alias, get the real script behind it
Original file line number Diff line number Diff line change @@ -363,6 +363,9 @@ public function testGetNonBlocking()
363
363
}
364
364
}
365
365
366
+ /**
367
+ * @group transient-on-windows
368
+ */
366
369
public function testGetAfterReject ()
367
370
{
368
371
$ redis = $ this ->createRedisClient ();
Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ public function authenticate(RequestEvent $event): void
87
87
}
88
88
89
89
$ request = $ event ->getRequest ();
90
- $ session = !$ request ->attributes ->getBoolean ('_stateless ' ) && $ request ->hasPreviousSession () ? $ request ->getSession () : null ;
90
+ $ session = $ request ->hasPreviousSession () ? $ request ->getSession () : null ;
91
+
91
92
92
93
$ request ->attributes ->set ('_security_firewall_run ' , $ this ->sessionKey );
93
94
Original file line number Diff line number Diff line change 452
452
</trans-unit >
453
453
<trans-unit id =" 116" >
454
454
<source >This value does not represent a valid week in the ISO 8601 format.</source >
455
- <target state = " needs-translation " >This value does not represent a valid week in the ISO 8601 format .</target >
455
+ <target >Podana wartość nie jest poprawnym oznaczeniem tygodnia w formacie ISO 8601.</target >
456
456
</trans-unit >
457
457
<trans-unit id =" 117" >
458
458
<source >This value is not a valid week.</source >
459
- <target state = " needs-translation " >This value is not a valid week .</target >
459
+ <target >Podana wartość nie jest poprawnym oznaczeniem tygodnia .</target >
460
460
</trans-unit >
461
461
<trans-unit id =" 118" >
462
462
<source >This value should not be before week "{{ min }}".</source >
463
- <target state = " needs-translation " >This value should not be before week "{{ min }}".</target >
463
+ <target >Podana wartość nie powinna być przed tygodniem "{{ min }}".</target >
464
464
</trans-unit >
465
465
<trans-unit id =" 119" >
466
466
<source >This value should not be after week "{{ max }}".</source >
467
- <target state = " needs-translation " >This value should not be after week "{{ max }}".</target >
467
+ <target >Podana wartość nie powinna być po tygodniu "{{ max }}".</target >
468
468
</trans-unit >
469
469
</body >
470
470
</file >
You can’t perform that action at this time.
0 commit comments