Skip to content

Commit

Permalink
Added missing return type (fixes a deprecation message)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Nov 24, 2022
1 parent 082d28e commit 142ca8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $eventArgs): void
}
}

public function getSubscribedEvents()
public function getSubscribedEvents(): array
{
return ['loadClassMetadata'];
}
Expand Down

0 comments on commit 142ca8c

Please sign in to comment.