Skip to content

Commit 66d9ead

Browse files
authored
Fix CS
1 parent 03bc206 commit 66d9ead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FilterSetting/Published.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2019 The MetaModels team.
6+
* (c) 2012-2020 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.
@@ -16,7 +16,7 @@
1616
* @author Sven Baumann <baumann.sv@gmail.com>
1717
* @author David Molineus <david.molineus@netzmacht.de>
1818
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.com>
19-
* @copyright 2012-2019 The MetaModels team.
19+
* @copyright 2012-2020 The MetaModels team.
2020
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
2121
* @filesource
2222
*/
@@ -84,7 +84,7 @@ public function __construct(
8484
$connection = System::getContainer()->get('database_connection');
8585
}
8686

87-
$this->connection = $connection;
87+
$this->connection = $connection;
8888
$this->tokenChecker = $tokenChecker;
8989
}
9090

0 commit comments

Comments
 (0)