Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two places declared `bool` as return type, but it actually needs to be `bool|resource`. Since that is not allowed in PHP 7, but the package is compatible with Flow 6.3 & 7.x, this removes the return type completely. Fixes #60
- Loading branch information