Skip to content

Commit 5ec75b0

Browse files
committed
Make travis and phpcq happy
1 parent 63445c4 commit 5ec75b0

19 files changed

+200
-124
lines changed

src/Attribute/AttributeTypeFactory.php

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<?php
22

33
/**
4-
* The MetaModels extension allows the creation of multiple collections of custom items,
5-
* each with its own unique set of selectable attributes, with attribute extendability.
6-
* The Front-End modules allow you to build powerful listing and filtering of the
7-
* data in each collection.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
812
*
913
* @package MetaModels
10-
* @subpackage AttributeTranslatedTableMultiBundle
11-
* @author Andreas Dziemba <[email protected]>
12-
* @copyright 2018 The MetaModels team.
14+
* @subpackage AttributeTranslatedTableMulti
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
1318
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1419
* @filesource
1520
*/

src/Attribute/TranslatedTableMulti.php

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
<?php
22

33
/**
4-
* The MetaModels extension allows the creation of multiple collections of custom items,
5-
* each with its own unique set of selectable attributes, with attribute extendability.
6-
* The Front-End modules allow you to build powerful listing and filtering of the
7-
* data in each collection.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
812
*
913
* @package MetaModels
10-
* @subpackage AttributeTranslatedTableMultiBundle
14+
* @subpackage AttributeTranslatedTableMulti
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Andreas Dziemba <[email protected]>
1117
* @author David Maack <[email protected]>
12-
* @author Stefan Heimes <[email protected]>
13-
* @author Christian Schiffler <[email protected]>
1418
* @author Andreas Isaak <[email protected]>
19+
* @author Christian Schiffler <[email protected]>
1520
* @author David Greminger <[email protected]>
16-
* @author Andreas Dziemba <[email protected]>
17-
* @copyright 2018 The MetaModels team.
21+
* @author David Maack <[email protected]>
22+
* @author Stefan Heimes <[email protected]>
23+
* @copyright 2012-2019 The MetaModels team.
1824
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1925
* @filesource
2026
*/
@@ -30,17 +36,8 @@
3036
use Doctrine\DBAL\Connection;
3137

3238
/**
33-
* This is the MetaModelAttribute class for handling translated table multi fields.
34-
*
35-
* @package MetaModels
36-
* @subpackage AttributeTranslatedTableMulti
37-
* @author David Maack <[email protected]>
38-
* @author Stefan Heimes <[email protected]>
39-
* @author Andreas Dziemba <[email protected]>
40-
* @copyright 2018 The MetaModels team.
41-
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
39+
* This is the MetaModelAttribute class for handling table text fields.
4240
*/
43-
4441
class TranslatedTableMulti extends Base implements ITranslated, IComplex
4542
{
4643

src/ContaoManager/Plugin.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedtablemulti.
55
*
6-
* (c) 2018 The MetaModels team.
6+
* (c) 2012-2019 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.
@@ -12,8 +12,9 @@
1212
*
1313
* @package MetaModels
1414
* @subpackage AttributeTranslatedTableMulti
15-
* @author Andreas Dziemba <[email protected]>
16-
* @copyright 2018 The MetaModels team.
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1819
* @filesource
1920
*/

src/DependencyInjection/MetaModelsAttributeTranslatedTableMultiExtension.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedtablemulti.
55
*
6-
* (c) 2018 The MetaModels team.
6+
* (c) 2012-2019 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.
@@ -12,8 +12,9 @@
1212
*
1313
* @package MetaModels
1414
* @subpackage AttributeTranslatedTableMulti
15-
* @author Andreas Dziemba <[email protected]>
16-
* @copyright 2018 The MetaModels team.
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1819
* @filesource
1920
*/

src/MetaModelsAttributeTranslatedTableMultiBundle.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_translatedtablemulti.
55
*
6-
* (c) 2018 The MetaModels team.
6+
* (c) 2012-2019 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.
@@ -12,11 +12,13 @@
1212
*
1313
* @package MetaModels
1414
* @subpackage AttributeTranslatedTableMulti
15-
* @author Andreas Dziemba <[email protected]>
16-
* @copyright 2018 The MetaModels team.
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1819
* @filesource
1920
*/
21+
2022
namespace MetaModels\AttributeTranslatedTableMultiBundle;
2123

2224
use Symfony\Component\HttpKernel\Bundle\Bundle;
Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
<?php
2+
3+
/**
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
12+
*
13+
* @package MetaModels
14+
* @subpackage AttributeTranslatedTableMulti
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
18+
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
19+
* @filesource
20+
*/
21+
222
/**
323
* MCW settings
424
*/
525
if (file_exists(TL_ROOT . '/system/config/module-multicolumnwizard.php')) {
626
include_once(TL_ROOT . '/system/config/module-multicolumnwizard.php');
7-
}
27+
}

src/Resources/contao/config/runonce.php

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
<?php
22

33
/**
4-
* This is the MetaModelAttribute runonce calling for handling translated table multi fields update modifications.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
512
*
613
* @package MetaModels
714
* @subpackage AttributeTranslatedTableMulti
8-
* @author Andreas Dziemba <[email protected]>
9-
* @copyright 2018 The MetaModels team.
15+
* @author Andreas Dziemba <[email protected]>
16+
* @author Stefan Heimes <[email protected]>
17+
* @copyright 2012-2019 The MetaModels team.
1018
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
19+
* @filesource
1120
*/
1221

1322
$objRunonce = new \MetaModels\AttributeTranslatedTableMultiBundle\Runonce\TranslatedTableMultiRunOnce();

src/Resources/contao/dca/tl_metamodel_attribute.php

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
<?php
22

33
/**
4-
* The MetaModels extension allows the creation of multiple collections of custom items,
5-
* each with its own unique set of selectable attributes, with attribute extendability.
6-
* The Front-End modules allow you to build powerful listing and filtering of the
7-
* data in each collection.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
812
*
913
* @package MetaModels
1014
* @subpackage AttributeTranslatedTableMulti
11-
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
15+
* @author Andreas Dziemba <adziemba@web.de>
1216
* @author Andreas Isaak <[email protected]>
17+
* @author Christian Schiffler <[email protected]>
1318
* @author David Greminger <[email protected]>
14-
* @author Sven Baumann <[email protected]>
15-
* @author Andreas Dziemba <[email protected]>
1619
* @author Stefan Heimes <[email protected]>
17-
* @copyright 2018 The MetaModels team.
20+
* @author Sven Baumann <[email protected]>
21+
* @copyright 2012-2019 The MetaModels team.
1822
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1923
* @filesource
2024
*/

src/Resources/contao/dca/tl_metamodel_dcasetting.php

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
<?php
22

33
/**
4-
* The MetaModels extension allows the creation of multiple collections of custom items,
5-
* each with its own unique set of selectable attributes, with attribute extendability.
6-
* The Front-End modules allow you to build powerful listing and filtering of the
7-
* data in each collection.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
812
*
913
* @package MetaModels
1014
* @subpackage AttributeTranslatedTableMulti
11-
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
15+
* @author Andreas Dziemba <adziemba@web.de>
1216
* @author Andreas Isaak <[email protected]>
17+
* @author Christian Schiffler <[email protected]>
1318
* @author David Greminger <[email protected]>
1419
* @author Stefan Heimes <[email protected]>
15-
* @author Andreas Dziemba <[email protected]>
16-
* @copyright 2018 The MetaModels team.
20+
* @copyright 2012-2019 The MetaModels team.
1721
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1822
* @filesource
1923
*/

src/Resources/contao/dca/tl_metamodel_filtersetting.php

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
<?php
22

33
/**
4-
* The MetaModels extension allows the creation of multiple collections of custom items,
5-
* each with its own unique set of selectable attributes, with attribute extendability.
6-
* The Front-End modules allow you to build powerful listing and filtering of the
7-
* data in each collection.
4+
* This file is part of MetaModels/attribute_translatedtablemulti.
5+
*
6+
* (c) 2012-2019 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*
11+
* This project is provided in good faith and hope to be usable by anyone.
812
*
913
* @package MetaModels
1014
* @subpackage AttributeTranslatedTableMulti
11-
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
15+
* @author Andreas Dziemba <adziemba@web.de>
1216
* @author Andreas Isaak <[email protected]>
17+
* @author Christian Schiffler <[email protected]>
1318
* @author David Greminger <[email protected]>
14-
* @author Andreas Dziemba <[email protected]>
15-
* @copyright 2018 The MetaModels team.
19+
* @author Stefan Heimes <[email protected]>
20+
* @copyright 2012-2019 The MetaModels team.
1621
* @license https://github.com/MetaModels/attribute_translatedtablemulti/blob/master/LICENSE LGPL-3.0-or-later
1722
* @filesource
1823
*/

0 commit comments

Comments
 (0)