From f359e4f8ef7e9705a3bfea2c6b7df6090bfc5744 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Wed, 20 Mar 2024 22:40:18 +0100 Subject: [PATCH] Fix code style --- tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,