mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
namespace Chill\MainBundle\Util;
|
||||
|
||||
use UnexpectedValueException;
|
||||
use function array_key_exists;
|
||||
|
||||
/**
|
||||
* Get information about countries.
|
||||
|
@@ -20,6 +20,7 @@ use function array_key_exists;
|
||||
use function array_merge;
|
||||
use function array_unique;
|
||||
use function array_values;
|
||||
use function count;
|
||||
use function ksort;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user