Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid defaulting the final $flags argument to null
The correct default for the $flags argument is 0, not null. Passing a null causes a warning.
- Loading branch information