Skip to content

Issue fix regarding count() function error in PHP version 7.2

Compare
Choose a tag to compare
@sumanthchilka sumanthchilka released this 28 Nov 12:53
· 46 commits to master since this release

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