From f31a3bb769487203fbc2dfc6e1bcd1f9c14cf002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= Date: Tue, 20 Jan 2026 16:18:31 +0400 Subject: [PATCH] Fix CS --- tests/unit/DocBlock/StandardTagFactoryTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/DocBlock/StandardTagFactoryTest.php b/tests/unit/DocBlock/StandardTagFactoryTest.php index 2fa1e45..5ac7d86 100644 --- a/tests/unit/DocBlock/StandardTagFactoryTest.php +++ b/tests/unit/DocBlock/StandardTagFactoryTest.php @@ -556,9 +556,9 @@ class StandardTagFactoryTest extends TestCase } /** - * @dataProvider provideCreateWithTagWithTypesData - * * @param class-string $expectedClass + * + * @dataProvider provideCreateWithTagWithTypesData */ public function testCreateWithTagWithTypes(string $input, string $expectedClass): void {