diff --git a/tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php b/tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php index 7c7d4137..f284dec4 100644 --- a/tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php +++ b/tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php @@ -99,7 +99,7 @@ public function paramInputProvider(): array new Compound( [ new StringValue('GET'), - new Object_(new Fqsen('\SomeClass')) + new Object_(new Fqsen('\SomeClass')), ] ), false, @@ -114,7 +114,7 @@ public function paramInputProvider(): array new Compound( [ new IntegerValue(8), - new Object_(new Fqsen('\SomeClass')) + new Object_(new Fqsen('\SomeClass')), ] ), false,