From 897592cd9e3adf8c3ec324174a689c454f4aa4f4 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:19:35 +0400 Subject: [PATCH] Fix CS --- tests/unit/DocBlock/StandardTagFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/DocBlock/StandardTagFactoryTest.php b/tests/unit/DocBlock/StandardTagFactoryTest.php index 5ac7d86..8000b85 100644 --- a/tests/unit/DocBlock/StandardTagFactoryTest.php +++ b/tests/unit/DocBlock/StandardTagFactoryTest.php @@ -557,7 +557,7 @@ class StandardTagFactoryTest extends TestCase /** * @param class-string $expectedClass - * + * * @dataProvider provideCreateWithTagWithTypesData */ public function testCreateWithTagWithTypes(string $input, string $expectedClass): void