Skip to content

Commit 5eb78e2

Browse files
committed
Fix author validation
1 parent 3da27d0 commit 5eb78e2

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

contao/dca/tl_metamodel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* @author Sven Baumann <baumann.sv@gmail.com>
2222
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.com>
2323
* @author Ingolf Steinhardt <info@e-spin.de>
24-
* @author Sven Baumann <baumann.sv@gmail.com>
2524
* @copyright 2012-2018 The MetaModels team.
2625
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
2726
* @filesource

src/MetaModels/BackendIntegration/PurgeAssets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @subpackage Core
1515
* @author Ingolf Steinhardt <info@e-spin.de>
1616
* @author Sven Baumann <baumann.sv@gmail.com>
17-
* @author Ingolf Steinhardt <info@e-spin.de>
17+
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1818
* @copyright 2012-2018 The MetaModels team.
1919
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
2020
* @filesource

src/MetaModels/Filter/FilterRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @subpackage Core
1515
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1616
* @author Sven Baumann <baumann.sv@gmail.com>
17+
* @author David Maack <david.maack@arcor.de>
1718
* @copyright 2012-2018 The MetaModels team.
1819
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
1920
* @filesource

src/MetaModels/FrontendIntegration/Content/ModelList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @author Stefan Heimes <stefan_heimes@hotmail.com>
2020
* @author Sven Baumann <baumann.sv@gmail.com>
2121
* @author Ingolf Steinhardt <info@e-spin.de>
22+
* @author Andreas Isaak <info@andreas-isaak.de>
2223
* @copyright 2012-2018 The MetaModels team.
2324
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
2425
* @filesource

src/MetaModels/FrontendIntegration/InsertTags.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*
1313
* @package MetaModels
1414
* @subpackage Core
15+
* @author Tim Gatzky <info@tim-gatzky.de>
1516
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1617
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1718
* @author Sven Baumann <baumann.sv@gmail.com>

0 commit comments

Comments
 (0)