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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 08:27PM UTC
Files 162
Run time 13s
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: 84.509% (+0.09%) from 84.422%
COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

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

4697 of 5558 relevant lines covered (84.51%)

82.62 hits per line

Source Files on job 5716.1 (COMPOSER_FLAGS="--prefer-stable --prefer-lowest")
  • 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.1
  • 0616621e on github
  • Prev Job for COMPOSER_FLAGS="--prefer-stable --prefer-lowest" on 1.12 (#5713.1)
  • Next Job for COMPOSER_FLAGS="--prefer-stable --prefer-lowest" on 1.12 (#5721.1)
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