Skip to content

Commit

Permalink
Update author metadata and fix method signature
Browse files Browse the repository at this point in the history
Added @author tags for Martin Auswöger and Jannik Nölke in several files. Also corrected the `getBundles` method signature to return an array.
  • Loading branch information
stefansl committed Nov 4, 2024
1 parent a358ab0 commit d79200c
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 12 deletions.
4 changes: 3 additions & 1 deletion src/ContaoClickpressGridBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
6 changes: 4 additions & 2 deletions src/ContaoManager/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -21,7 +23,7 @@

class Plugin implements BundlePluginInterface
{
public function getBundles(ParserInterface $parser)
public function getBundles(ParserInterface $parser): array
{
return [
BundleConfig::create(ContaoClickpressGridBundle::class)
Expand Down
4 changes: 3 additions & 1 deletion src/Element/GridColumnStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Element/GridColumnStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Element/GridStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Element/GridStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/EventListener/ClickpressGridListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Forms/FormGridColumnStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Forms/FormGridColumnStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Forms/FormGridStart.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 3 additions & 1 deletion src/Forms/FormGridStop.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
/*
* This file is part of Contao Clickpress Grid.
*
* (c) Stefan Schulz-Lauterbach (https://clickpress.de)
* @author Stefan Schulz-Lauterbach <ssl@clickpress.de>
* @author Martin Auswöger <martin@madeyourday.net>
* @author Jannik Nölke <mail@jaynoe.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit d79200c

Please sign in to comment.