Issue fix regarding count() function error in PHP version 7.2
In PHP version 7.2, count($obj) function throws error when the $obj is non countable object. It's fixed.
In PHP version 7.2, count($obj) function throws error when the $obj is non countable object. It's fixed.