Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP 8.0 elevate a number of notices/warnings to errors, which now exposes a bug in the `goto` tokenizer logic. Error: `Trying to access array offset on value of type null` Fixed by making sure that the token being accessed is an array before trying to access it.
- Loading branch information