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 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.
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)
You can’t perform that action at this time.
0 commit comments