mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
namespace Chill\MainBundle\Search;
|
||||
|
||||
use DateTime;
|
||||
use function array_key_exists;
|
||||
use function strpos;
|
||||
|
||||
/**
|
||||
|
@@ -18,6 +18,7 @@ use Doctrine\ORM\EntityManagerInterface;
|
||||
use Doctrine\ORM\Query\ResultSetMappingBuilder;
|
||||
use function array_map;
|
||||
use function array_merge;
|
||||
use function count;
|
||||
use function implode;
|
||||
use function strtr;
|
||||
|
||||
|
@@ -10,6 +10,7 @@
|
||||
namespace Chill\MainBundle\Search;
|
||||
|
||||
use function array_push;
|
||||
use function count;
|
||||
use function implode;
|
||||
use function strtr;
|
||||
|
||||
|
@@ -10,6 +10,8 @@
|
||||
namespace Chill\MainBundle\Search;
|
||||
|
||||
use function array_key_exists;
|
||||
use function chr;
|
||||
use function count;
|
||||
|
||||
/**
|
||||
* a service which gather all search services defined into the bundles
|
||||
|
@@ -10,6 +10,7 @@
|
||||
namespace Chill\MainBundle\Search\Utils;
|
||||
|
||||
use LogicException;
|
||||
use function count;
|
||||
use function implode;
|
||||
use function preg_match;
|
||||
use function str_split;
|
||||
|
Reference in New Issue
Block a user