lunetics-org/LocaleBundle

[Insight] Unused use statement should be avoided - in EventListener/LocaleUpdateListener.php, line 12

Closed this issue · 0 comments

in EventListener/LocaleUpdateListener.php, line 12

The class Symfony\Component\HttpKernel\HttpKernelInterface is declared but never used. You should remove the use statement.

 * For the full copyright and license information, please view the LICENSE
 * file that is distributed with this source code.
 */
namespace Lunetics\LocaleBundle\EventListener;

use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\HttpFoundation\Request;
use Psr\Log\LoggerInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

Posted from SensioLabsInsight