File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
/**
4
4
* This file is part of MetaModels/attribute_checkbox.
5
5
*
6
- * (c) 2012-2019 The MetaModels team.
6
+ * (c) 2012-2024 The MetaModels team.
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.
12
12
*
13
13
* @package MetaModels/attribute_checkbox
14
14
* @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.
16
17
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
17
18
* @filesource
18
19
*/
@@ -33,7 +34,7 @@ class Plugin implements BundlePluginInterface
33
34
/**
34
35
* {@inheritdoc}
35
36
*/
36
- public function getBundles (ParserInterface $ parser )
37
+ public function getBundles (ParserInterface $ parser ): array
37
38
{
38
39
return [
39
40
BundleConfig::create (MetaModelsAttributeCheckboxBundle::class)
You can’t perform that action at this time.
0 commit comments