Skip to content

Commit 2d4eac3

Browse files
committed
Fix author validation.
1 parent 45f1c71 commit 2d4eac3

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.check-author.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ignore:
2+
# Mini Model <minimodel@metamodel.me>
3+
4+
exclude:
5+
languages
6+
7+
mapping:
8+
"Andreas Isaak <info@andreas-isaak.de>": "Andreas Isaak <andy.jared@googlemail.com>"

contao/dca/tl_metamodel_filtersetting.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* PHP version 5
1010
* @package MetaModels
1111
* @subpackage FilterCheckbox
12+
* @author Andreas Isaak <info@andreas-isaak.de>
13+
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
14+
* @author David Molineus <mail@netzmacht.de>
1215
* @author Christian de la Haye <service@delahaye.de>
1316
* @copyright The MetaModels team.
1417
* @license LGPL.

src/MetaModels/Filter/Setting/Checkbox.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
* @package MetaModels
1111
* @subpackage FilterCheckbox
1212
* @author Christian de la Haye <service@delahaye.de>
13+
* @author Andreas Isaak <info@andreas-isaak.de>
14+
* @author Andreas Nölke <zero@brothers-project.de>
15+
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
16+
* @author David Molineus <mail@netzmacht.de>
17+
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1318
* @copyright The MetaModels team.
1419
* @license LGPL.
1520
* @filesource

0 commit comments

Comments
 (0)