Skip to content

[TASK] Avoid "count Parameter must be countable" in PHP 7.2

Stephan Großberndt requested to merge (removed):master into master

Avoid "count Parameter must be countable" in PHP 7.2 and unnecessary calls to count() by using !empty()

Merge request reports