Skip to content

Commit

Permalink
Merge branch 'master' into feature/2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Aug 26, 2024
2 parents b9c8606 + 62fe0b2 commit ad9dfe2
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 ad9dfe2

Please sign in to comment.