Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Fixer DocBlockLineLengthFixer is adding multiple empty lines in DocBloc before @psalm and other tags #4426

Open
vukanac opened this issue Oct 10, 2022 · 0 comments

Comments

@vukanac
Copy link

vukanac commented Oct 10, 2022

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\DocBlockLineLengthFixer

symplify/easy-coding-standard: 11.1.10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant