mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
[phpcsfixer]
This commit is contained in:
parent
56a17a0bcd
commit
5c0d89a88b
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user