mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 03:53:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -25,6 +25,7 @@ use UnexpectedValueException;
|
||||
use function array_combine;
|
||||
use function array_fill;
|
||||
use function array_map;
|
||||
use function count;
|
||||
use function implode;
|
||||
use function in_array;
|
||||
use function strtr;
|
||||
@@ -221,7 +222,7 @@ class TaskLifeCycleEventTimelineProvider implements TimelineProviderInterface
|
||||
);
|
||||
}
|
||||
|
||||
if (0 === \count($clauses)) {
|
||||
if (0 === count($clauses)) {
|
||||
return ['FALSE = TRUE', []];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user