user avatar
Revert type strictness regression
Paragon Initiative Enterprises authored
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.
9229e15f
Name Last commit Last update