Skip to content

Commit

Permalink
Merge PR #46 from @zonky2
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
stefanheimes committed Aug 26, 2024
2 parents a699871 + 06dc56d commit 78e8731
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 @@ -33,7 +33,7 @@ class Plugin implements BundlePluginInterface
/**
* {@inheritdoc}
*/
public function getBundles(ParserInterface $parser)
public function getBundles(ParserInterface $parser): array
{
return [
BundleConfig::create(CcaDcGeneralContaoFrontendBundle::class)
Expand Down

0 comments on commit 78e8731

Please sign in to comment.