TypedConstantsTest.php
Tests that typed OO constants will be tokenized correctly for: - the type keywords, including keywords like array (T_STRING).
- the ? in nullable types
- namespaced name types (PHPCS 3.x vs 4.x).
- the | in union types
- the & in intersection types