Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force order of precedence in ?? and &&
The && operator happens before ?? so the localhost check is being evaluated together with the null. This change forces the intended behavior. See: https://www.php.net/manual/en/language.operators.precedence.php
- Loading branch information