[phpcsfixer]

This commit is contained in:
Julie Lenaerts 2023-01-31 14:40:21 +01:00
parent 56a17a0bcd
commit 5c0d89a88b

View File

@ -26,7 +26,6 @@ use Chill\PersonBundle\Repository\PersonACLAwareRepositoryInterface;
use DateTime; use DateTime;
use Exception; use Exception;
use libphonenumber\PhoneNumber; use libphonenumber\PhoneNumber;
use Symfony\Component\Form\Extension\Core\Type\TelType;
use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Templating\EngineInterface; use Symfony\Component\Templating\EngineInterface;
@ -123,7 +122,6 @@ class PersonSearch extends AbstractSearch implements HasAdvancedSearchFormInterf
// add quote if contains spaces // add quote if contains spaces
(strpos($data[$key], ' ') !== false ? '"' . $data[$key] . '"' : $data[$key]) (strpos($data[$key], ' ') !== false ? '"' . $data[$key] . '"' : $data[$key])
. ' '; . ' ';
} }
foreach (['birthdate', 'birthdate-before', 'birthdate-after'] as $key) { foreach (['birthdate', 'birthdate-before', 'birthdate-after'] as $key) {