My code works but this warning is generated:
Code:
$config = ["title" => "Title Test","Body" => "Body Test"];
if(count($config["title"]) > 0) {
echo "OK";
} else {
echo "ERROR";
}
Warning:
[25-Feb-2020 13:32:49 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/...