Skip to content

Commit

Permalink
Fixed deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed May 31, 2024
1 parent ecbb6fd commit 867518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Plugin implements BundlePluginInterface
{
public function getBundles(ParserInterface $parser)
public function getBundles(ParserInterface $parser): array
{
return [
(new BundleConfig(Terminal42ChangeLanguageBundle::class))
Expand Down

0 comments on commit 867518e

Please sign in to comment.