diff --git a/src/Service/LDAPApi.php b/src/Service/LDAPApi.php index 37c049d85aaefcd1d05eaa6cd725608384a6181e..75edf819495180cc813cd91d3c0baf3ae2864bbc 100644 --- a/src/Service/LDAPApi.php +++ b/src/Service/LDAPApi.php @@ -24,7 +24,6 @@ use Psr\Container\ContainerInterface; use Psr\Log\LoggerAwareInterface; use Psr\Log\LoggerAwareTrait; use Symfony\Component\Cache\Psr16Cache; -use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; diff --git a/tests/PersonTest.php b/tests/PersonTest.php index dba64b08f388379d102ede3b6567ca5c54adb694..f037d118ba9bdabf5464088555f819c51380325f 100644 --- a/tests/PersonTest.php +++ b/tests/PersonTest.php @@ -36,8 +36,8 @@ class PersonTest extends ApiTestCase 'attributes' => [ 'email' => 'email', 'birthday' => 'dateofbirth', - ] - ] + ], + ], ]); $this->provider = new LDAPPersonProvider($this->api);