Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Mar 20, 2024
1 parent 7b2f618 commit f359e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function paramInputProvider(): array
new Compound(
[
new StringValue('GET'),
new Object_(new Fqsen('\SomeClass'))
new Object_(new Fqsen('\SomeClass')),
]
),
false,
Expand All @@ -114,7 +114,7 @@ public function paramInputProvider(): array
new Compound(
[
new IntegerValue(8),
new Object_(new Fqsen('\SomeClass'))
new Object_(new Fqsen('\SomeClass')),
]
),
false,
Expand Down

0 comments on commit f359e4f

Please sign in to comment.