Skip to content

Commit

Permalink
hotfix/fix_deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Aug 7, 2024
1 parent a699871 commit 06dc56d
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 06dc56d

Please sign in to comment.