Skip to content

Consistent return type

Latest

Choose a tag to compare

@ogrrd ogrrd released this 13 Nov 16:21
· 1 commit to master since this release

Rather than sometimes returning a boolean false and other times returning an array, we now return an array in all cases. This will allow return type declarations to be used with this class in PHP7 projects.