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 3af8785 commit e1157dfCopy full SHA for e1157df
tests/Core/Tokenizer/AttributesTest.php
@@ -72,7 +72,9 @@ public static function dataAttribute()
72
[
73
'/* testAttribute */',
74
2,
75
- [ T_STRING ],
+ [
76
+ T_STRING,
77
+ ],
78
],
79
80
'/* testAttributeWithParams */',
@@ -104,7 +106,9 @@ public static function dataAttribute()
104
106
105
107
'/* testAttributeOnFunction */',
108
109
110
111
112
113
114
'/* testAttributeOnFunctionWithParams */',
@@ -352,7 +356,9 @@ public static function dataAttributeOnParameters()
352
356
'/* testSingleAttributeOnParameter */',
353
357
4,
354
358
355
- [T_STRING],
359
360
361
362
363
364
'/* testMultipleAttributesOnParameter */',
0 commit comments