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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 08:30PM UTC
Files 162
Run time 25s
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: 85.606% (+0.08%) from 85.526%
5716.5

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

4758 of 5558 relevant lines covered (85.61%)

84.51 hits per line

Source Files on job 5716.5
  • Tree
  • List 0
  • Changed 26
  • Source Changed 2
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5716
  • Travis Job 5716.5
  • 0616621e on github
  • Prev Job for on 1.12 (#5713.5)
  • Next Job for on 1.12 (#5721.5)
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