diff --git a/bundle/Command/TagContentByTypesCommand.php b/bundle/Command/TagContentByTypesCommand.php index a106e6a2..669d2522 100644 --- a/bundle/Command/TagContentByTypesCommand.php +++ b/bundle/Command/TagContentByTypesCommand.php @@ -23,6 +23,7 @@ use function array_map; use function array_unique; use function array_values; +use function count; use function explode; use function sprintf; use function trim;