File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
/**
4
4
* This file is part of menatwork/contao-multicolumnwizard-bundle.
5
5
*
6
- * (c) 2012-2019 MEN AT WORK.
6
+ * (c) 2012-2024 MEN AT WORK.
7
7
*
8
8
* For the full copyright and license information, please view the LICENSE
9
9
* file that was distributed with this source code.
15
15
* @author Stefan Heimes <[email protected] >
16
16
* @copyright 2011 Andreas Schempp
17
17
* @copyright 2011 certo web & design GmbH
18
- * @copyright 2013-2019 MEN AT WORK
18
+ * @copyright 2013-2024 MEN AT WORK
19
19
* @license https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/LICENSE LGPL-3.0-or-later
20
20
* @filesource
21
21
*/
@@ -37,7 +37,7 @@ class Plugin implements BundlePluginInterface
37
37
/**
38
38
* {@inheritdoc}
39
39
*/
40
- public function getBundles (ParserInterface $ parser )
40
+ public function getBundles (ParserInterface $ parser ): array
41
41
{
42
42
return [
43
43
BundleConfig::create (MultiColumnWizardBundle::class)
You can’t perform that action at this time.
0 commit comments