From 0668e36247e430fc2f420a760f20f36aef3ec575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Mon, 12 Jul 2021 16:22:40 +0200 Subject: [PATCH] fixed typo --- src/Traits/UtilsTrait.php | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/Traits/UtilsTrait.php b/src/Traits/UtilsTrait.php index caa1e00a..d92fe5ca 100644 --- a/src/Traits/UtilsTrait.php +++ b/src/Traits/UtilsTrait.php @@ -1,27 +1,22 @@ - * @license http://www.gnu.org/licences/lgpl-3.0.html LGPL + * @license LGPL-3.0-or-later */ - namespace HeimrichHannot\UtilsBundle\Traits; - use HeimrichHannot\UtilsBundle\Util\Container\ContainerUtil; use HeimrichHannot\UtilsBundle\Util\Locale\LocaleUtil; use HeimrichHannot\UtilsBundle\Util\String\StringUtil; use Psr\Container\ContainerInterface; /** - * Trait UtilsTrait - * @package HeimrichHannot\UtilsBundle\Traits + * Trait UtilsTrait. * - * @internal This trait is only for usage in Utils class. It will be removed when symofony 3 support is dropped. + * @internal This trait is only for usage in Utils class. It will be removed when symfony 3 support is dropped. */ trait UtilsTrait { @@ -61,4 +56,4 @@ public static function getSubscribedServices() StringUtil::class, ]; } -} \ No newline at end of file +}