I am wondering why this fixer is adding new lines every time? And how to prevent it from doing that? ```shell 10) src/SomeFile.php ---------- begin diff ---------- @@ -24,6 +24,10 @@ * * * + * + * + * + * * @psalm-return array<string, mixed> * @return array<string, mixed> */ ----------- end diff ----------- Applied checkers: * Symplify\CodingStandard\Fixer\LineLength\DocBlockLineLengthFixer ``` symplify/easy-coding-standard: 11.1.10
I am wondering why this fixer is adding new lines every time?
And how to prevent it from doing that?
10) src/SomeFile.php ---------- begin diff ---------- @@ -24,6 +24,10 @@ * * * + * + * + * + * * @psalm-return array<string, mixed> * @return array<string, mixed> */ ----------- end diff ----------- Applied checkers: * Symplify\CodingStandard\Fixer\LineLength\DocBlockLineLengthFixersymplify/easy-coding-standard: 11.1.10