mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Fix CS
This commit is contained in:
parent
61db0d6a28
commit
d055a286a8
@ -13,7 +13,6 @@ namespace Chill\PersonBundle\Export\Filter\EvaluationFilters;
|
|||||||
|
|
||||||
use Chill\MainBundle\Export\FilterInterface;
|
use Chill\MainBundle\Export\FilterInterface;
|
||||||
use Chill\PersonBundle\Export\Declarations;
|
use Chill\PersonBundle\Export\Declarations;
|
||||||
use Doctrine\ORM\Query\Expr\Andx;
|
|
||||||
use Doctrine\ORM\QueryBuilder;
|
use Doctrine\ORM\QueryBuilder;
|
||||||
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
use Symfony\Component\Form\FormBuilderInterface;
|
||||||
@ -67,7 +66,7 @@ class MaxDateFilter implements FilterInterface
|
|||||||
{
|
{
|
||||||
return ['Filtered by maxdate: only %choice%', [
|
return ['Filtered by maxdate: only %choice%', [
|
||||||
'%choice%' => $this->translator->trans(
|
'%choice%' => $this->translator->trans(
|
||||||
$data['maxdate'] ? 'maxdate is specified': 'maxdate is not specified'
|
$data['maxdate'] ? 'maxdate is specified' : 'maxdate is not specified'
|
||||||
),
|
),
|
||||||
]];
|
]];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user