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 7b2f618 commit f359e4fCopy full SHA for f359e4f
tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php
@@ -99,7 +99,7 @@ public function paramInputProvider(): array
99
new Compound(
100
[
101
new StringValue('GET'),
102
- new Object_(new Fqsen('\SomeClass'))
+ new Object_(new Fqsen('\SomeClass')),
103
]
104
),
105
false,
@@ -114,7 +114,7 @@ public function paramInputProvider(): array
114
115
116
new IntegerValue(8),
117
118
119
120
0 commit comments