Skip to content

Commit b5536d9

Browse files
Merge branch '5.4' into 6.3
* 5.4: [Translation] Fix `TranslationNodeVisitor` with constant domain [Messenger] [AMQP] Throw exception on `nack` callback [Validator] revise Latvian translations [ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload [HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings [Cache] Fix possible infinite loop in `CachePoolPass` [Mime] Fix undefined array key 0 when empty sender [Console] Allow '0' as a $shortcut in InputOption.php fix multi-byte code area to convert [Validator] Make it explicit when English translation differs from its resource name
2 parents 2481df6 + acd3186 commit b5536d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/FiberCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FiberCasterTest extends TestCase
2020

2121
public function testCastFiberNotStarted()
2222
{
23-
$fiber = new \Fiber(static fn() => true);
23+
$fiber = new \Fiber(static fn () => true);
2424

2525
$expected = <<<EODUMP
2626
Fiber {

0 commit comments

Comments
 (0)