We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aa409 commit 25a2e44Copy full SHA for 25a2e44
tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.php
@@ -657,9 +657,8 @@ public function dataIdentifierTokenization()
657
'type' => 'T_STRING',
658
'content' => 'Name',
659
],
660
- // TODO: change this to T_TYPE_UNION when #3032 is merged.
661
[
662
- 'type' => 'T_BITWISE_OR',
+ 'type' => 'T_TYPE_UNION',
663
'content' => '|',
664
665
@@ -708,9 +707,8 @@ public function dataIdentifierTokenization()
708
707
709
'content' => 'Unqualified',
710
711
712
713
714
715
716
0 commit comments