Skip to content

Commit 39e776c

Browse files
authored
Fix Warning
1 parent 16e2f40 commit 39e776c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ContaoManager/Plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of menatwork/contao-multicolumnwizard-bundle.
55
*
6-
* (c) 2012-2019 MEN AT WORK.
6+
* (c) 2012-2024 MEN AT WORK.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -15,7 +15,7 @@
1515
* @author Stefan Heimes <[email protected]>
1616
* @copyright 2011 Andreas Schempp
1717
* @copyright 2011 certo web & design GmbH
18-
* @copyright 2013-2019 MEN AT WORK
18+
* @copyright 2013-2024 MEN AT WORK
1919
* @license https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/LICENSE LGPL-3.0-or-later
2020
* @filesource
2121
*/
@@ -37,7 +37,7 @@ class Plugin implements BundlePluginInterface
3737
/**
3838
* {@inheritdoc}
3939
*/
40-
public function getBundles(ParserInterface $parser)
40+
public function getBundles(ParserInterface $parser): array
4141
{
4242
return [
4343
BundleConfig::create(MultiColumnWizardBundle::class)

0 commit comments

Comments
 (0)