Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP 7.0 doesn't support nullable types, so we can't type-hint this as ?int. If we declare it as int, users can't explicitly pass NULL.
- Loading branch information