diff --git a/src/TranslatorInterface.php b/src/TranslatorInterface.php index b85edf0..6cb45de 100644 --- a/src/TranslatorInterface.php +++ b/src/TranslatorInterface.php @@ -3,7 +3,7 @@ /** * This file is part of contao-community-alliance/translator. * - * (c) 2013-2018 Contao Community Alliance. + * (c) 2013-2024 Contao Community Alliance. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -14,7 +14,8 @@ * @author Christian Schiffler * @author Tristan Lins * @author Sven Baumann - * @copyright 2013-2018 Contao Community Alliance. + * @author Ingolf Steinhardt + * @copyright 2013-2024 Contao Community Alliance. * @license https://github.com/contao-community-alliance/translator/blob/master/LICENSE LGPL-3.0 * @filesource */ @@ -26,7 +27,7 @@ /** * This interface describes a translator. * - * @psalm-type TParameterArray=list + * @psalm-type TParameterArray=array|list */ interface TranslatorInterface {