Skip to content
Snippets Groups Projects
Unverified Commit da328619 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linter errors

parent ba91d2e5
No related branches found
No related tags found
No related merge requests found
Pipeline #64207 passed
...@@ -24,7 +24,6 @@ use Psr\Container\ContainerInterface; ...@@ -24,7 +24,6 @@ use Psr\Container\ContainerInterface;
use Psr\Log\LoggerAwareInterface; use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait; use Psr\Log\LoggerAwareTrait;
use Symfony\Component\Cache\Psr16Cache; use Symfony\Component\Cache\Psr16Cache;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
......
...@@ -36,8 +36,8 @@ class PersonTest extends ApiTestCase ...@@ -36,8 +36,8 @@ class PersonTest extends ApiTestCase
'attributes' => [ 'attributes' => [
'email' => 'email', 'email' => 'email',
'birthday' => 'dateofbirth', 'birthday' => 'dateofbirth',
] ],
] ],
]); ]);
$this->provider = new LDAPPersonProvider($this->api); $this->provider = new LDAPPersonProvider($this->api);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment