Skip to content

Commit

Permalink
Merge tag '2.3.1'
Browse files Browse the repository at this point in the history
Hotfix release 2.3.1

Fix deprecations
  • Loading branch information
stefanheimes committed Aug 26, 2024
2 parents 660179e + 66c7628 commit bab79e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of contao-community-alliance/contao-multicolumnwizard-frontend-bundle.
*
* (c) 2020 Contao Community Alliance.
* (c) 2020-2024 Contao Community Alliance.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
* @author Richard Henkenjohann <[email protected]>
* @author Stefan Heimes <[email protected]>
* @author Ingolf Steinhardt <[email protected]>
* @copyright 2020 Contao Community Alliance.
* @copyright 2020-2024 Contao Community Alliance.
* @license https://github.com/contao-community-alliance/contao-multicolumnwizard-frontend-bundle/blob/master/LICENSE
* LGPL-3.0-or-later
* @filesource
Expand All @@ -38,7 +38,7 @@ class Plugin implements BundlePluginInterface
/**
* {@inheritdoc}
*/
public function getBundles(ParserInterface $parser)
public function getBundles(ParserInterface $parser): array
{
return [
BundleConfig::create(MultiColumnWizardFrontendBundle::class)
Expand Down

0 comments on commit bab79e1

Please sign in to comment.