Skip to content

Commit c9882bf

Browse files
Merge branch '5.4' into 6.0
* 5.4: More return type fixes [EventDispatcher] fix getSubscribedEvents() event yielding instead or returning array Update Tagalog translations
2 parents 5eace5f + ca9d938 commit c9882bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/KernelTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public function load(array $configs, ContainerBuilder $container)
516516
$container->setParameter('test.extension-registered', true);
517517
}
518518

519-
public function getNamespace()
519+
public function getNamespace(): string
520520
{
521521
return '';
522522
}
@@ -526,7 +526,7 @@ public function getXsdValidationBasePath(): string|false
526526
return false;
527527
}
528528

529-
public function getAlias()
529+
public function getAlias(): string
530530
{
531531
return 'test-extension';
532532
}

0 commit comments

Comments
 (0)