cs: Enable more risky rules.

This commit is contained in:
Pol Dellaiera
2021-11-30 11:37:57 +01:00
parent c8195e6df5
commit a9188355c5
193 changed files with 306 additions and 63 deletions

View File

@@ -10,6 +10,7 @@
namespace Chill\MainBundle\Search;
use DateTime;
use function array_key_exists;
use function strpos;
/**

View File

@@ -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;

View File

@@ -10,6 +10,7 @@
namespace Chill\MainBundle\Search;
use function array_push;
use function count;
use function implode;
use function strtr;

View File

@@ -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

View File

@@ -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;