Skip to content

Commit 8619813

Browse files
committed
hotfix/fix_deprecations
1 parent 1416943 commit 8619813

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ContaoManager/Plugin.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2024 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -12,7 +12,8 @@
1212
*
1313
* @package MetaModels/attribute_checkbox
1414
* @author David Molineus <david.molineus@netzmacht.de>
15-
* @copyright 2012-2019 The MetaModels team.
15+
* @author Ingolf Steinhardt <info@e-spin.de>
16+
* @copyright 2012-2024 The MetaModels team.
1617
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1718
* @filesource
1819
*/
@@ -33,7 +34,7 @@ class Plugin implements BundlePluginInterface
3334
/**
3435
* {@inheritdoc}
3536
*/
36-
public function getBundles(ParserInterface $parser)
37+
public function getBundles(ParserInterface $parser): array
3738
{
3839
return [
3940
BundleConfig::create(MetaModelsAttributeCheckboxBundle::class)

0 commit comments

Comments
 (0)