Skip to content

Commit

Permalink
[Rector][Tests] Applied all Symfony 5.x rectors to the test codebase (#…
Browse files Browse the repository at this point in the history
…26)

Applied rules:
 * AddReturnTypeDeclarationRector
  • Loading branch information
alongosz authored Aug 9, 2024
1 parent e5e3745 commit 84189d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Builder/SchemaBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testBuildSchema()

$eventDispatcher->addSubscriber(
new class() implements EventSubscriberInterface {
public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return [
SchemaBuilderEvents::BUILD_SCHEMA => ['onBuildSchema', 200],
Expand Down

0 comments on commit 84189d6

Please sign in to comment.