Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jul 12, 2021
1 parent 57387be commit 0668e36
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/Traits/UtilsTrait.php
@@ -1,27 +1,22 @@
<?php
/**
* Contao Open Source CMS
*

/*
* Copyright (c) 2021 Heimrich & Hannot GmbH
*
* @author Thomas Körner <t.koerner@heimrich-hannot.de>
* @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
{
Expand Down Expand Up @@ -61,4 +56,4 @@ public static function getSubscribedServices()
StringUtil::class,
];
}
}
}

0 comments on commit 0668e36

Please sign in to comment.