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 802a514 commit f1ac8b3Copy full SHA for f1ac8b3
tests/Core/Tokenizer/BackfillFnTokenTest.php
@@ -653,14 +653,14 @@ public function dataNotAnArrowFunction()
653
'Fn',
654
],
655
['/* testNonArrowObjectMethodCall */'],
656
- [
657
- '/* testNonArrowNamespacedFunctionCall */',
658
- 'Fn',
659
- ],
660
[
661
'/* testNonArrowObjectMethodCallUpper */',
662
'FN',
663
+ [
+ '/* testNonArrowNamespacedFunctionCall */',
+ 'Fn',
+ ],
664
['/* testNonArrowNamespaceOperatorFunctionCall */'],
665
['/* testLiveCoding */'],
666
];
0 commit comments