• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FriendsOfPHP / PHP-CS-Fixer / 5716 / 2
90%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 08:28PM UTC
Files 162
Run time 37s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Mar 2016 08:10PM UTC coverage: 89.511% (+0.06%) from 89.45%
LINT_TEST_CASES=1

push

travis-ci

keradus
feature #1750 Add PhpdocSingleLineVarSpacingFixer (SpacePossum)

This PR was squashed before being merged into the 1.12 branch (closes #1750).

Discussion
----------

Add PhpdocSingleLineVarSpacingFixer

Fixes spacing around single line `@var` PHPDoc's.
For example:
Input
```php
                <?php
                    /**    @var   MyCass1 $test1      description   and more.*/
                    $test = 1;

                    /**    @var   MyCass2    description and    such. */
                    $test = 2;

                    /** @var   MyCass3    description.    */
                    $test = 3;
```
Output
```php
                <?php
                    /** @var MyCass1 $test1 description   and more. */
                    $test = 1;

                    /** @var MyCass2 description and    such. */
                    $test = 2;

                    /** @var MyCass3 description. */
                    $test = 3;
```

Commits
-------

89f1b30 Add PhpdocSingleLineVarSpacingFixer

4062 of 4538 relevant lines covered (89.51%)

93.36 hits per line

Source Files on job 5716.2 (LINT_TEST_CASES=1)
  • Tree
  • List 0
  • Changed 27
  • Source Changed 2
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5716
  • Travis Job 5716.2
  • 0616621e on github
  • Prev Job for LINT_TEST_CASES=1 on 1.12 (#5713.2)
  • Next Job for LINT_TEST_CASES=1 on 1.12 (#5721.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc