Skip to content

Commit f359e4f

Browse files
committed
Fix code style
1 parent 7b2f618 commit f359e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function paramInputProvider(): array
9999
new Compound(
100100
[
101101
new StringValue('GET'),
102-
new Object_(new Fqsen('\SomeClass'))
102+
new Object_(new Fqsen('\SomeClass')),
103103
]
104104
),
105105
false,
@@ -114,7 +114,7 @@ public function paramInputProvider(): array
114114
new Compound(
115115
[
116116
new IntegerValue(8),
117-
new Object_(new Fqsen('\SomeClass'))
117+
new Object_(new Fqsen('\SomeClass')),
118118
]
119119
),
120120
false,

0 commit comments

Comments
 (0)