|
3 | 3 | /** |
4 | 4 | * This file is part of MetaModels/core. |
5 | 5 | * |
6 | | - * (c) 2012-2023 The MetaModels team. |
| 6 | + * (c) 2012-2026 The MetaModels team. |
7 | 7 | * |
8 | 8 | * For the full copyright and license information, please view the LICENSE |
9 | 9 | * file that was distributed with this source code. |
|
14 | 14 | * @author Christian Schiffler <c.schiffler@cyberspectrum.de> |
15 | 15 | * @author Sven Baumann <baumann.sv@gmail.com> |
16 | 16 | * @author Ingolf Steinhardt <info@e-spin.de> |
17 | | - * @copyright 2012-2023 The MetaModels team. |
| 17 | + * @copyright 2012-2026 The MetaModels team. |
18 | 18 | * @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later |
19 | 19 | * @filesource |
20 | 20 | */ |
@@ -101,7 +101,7 @@ public function setServiceContainer(IMetaModelsServiceContainer $serviceContaine |
101 | 101 | if ($deprecationNotice) { |
102 | 102 | // @codingStandardsIgnoreStart |
103 | 103 | @trigger_error( |
104 | | - '"' .__METHOD__ . '" is deprecated and will get removed.', |
| 104 | + '"' . __METHOD__ . '" is deprecated and will get removed.', |
105 | 105 | E_USER_DEPRECATED |
106 | 106 | ); |
107 | 107 | // @codingStandardsIgnoreEnd |
@@ -136,7 +136,7 @@ public function getServiceContainer() |
136 | 136 | { |
137 | 137 | // @codingStandardsIgnoreStart |
138 | 138 | @trigger_error( |
139 | | - '"' .__METHOD__ . '" is deprecated - use the services from the service container.', |
| 139 | + '"' . __METHOD__ . '" is deprecated - use the services from the service container.', |
140 | 140 | E_USER_DEPRECATED |
141 | 141 | ); |
142 | 142 | // @codingStandardsIgnoreEnd |
|
0 commit comments