Use ContainerInterface from DependencyInjection Component

This enables better autocomplete.
This commit is contained in:
Jan Böhmer 2019-03-21 14:15:05 +01:00
parent 96214bffc4
commit 22c836096e

View file

@ -32,10 +32,10 @@ namespace App\Services;
use App\Configuration\PermissionsConfiguration;
use App\Entity\User;
use App\Security\Interfaces\HasPermissionsInterface;
use Psr\Container\ContainerInterface;
use Symfony\Component\Config\ConfigCache;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\Yaml\Yaml;