Fork me on GitHub
a Sensio Labs Product

I ate three cookies πŸͺ (v3.40.2) edition

Rule phpdoc_single_line_var_spacingΒΆ

Single line @var PHPDoc should have proper spacing.

ExamplesΒΆ

Example #1ΒΆ

--- Original
+++ New
-<?php /**@var   MyClass   $a   */
+<?php /** @var MyClass $a */
 $a = test();

Rule setsΒΆ

The rule is part of the following rule sets:

Source classΒΆ

PhpCsFixer\Fixer\Phpdoc\PhpdocSingleLineVarSpacingFixer