Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rare undefined offset errors in ConcatenationSpacingSniff
This can happen when PHPCS runs on a file that is currently being worked on, but not yet completed. The file might end with a dot. We can not assume there are always 2 more tokens after a dot.
- Loading branch information