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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 08:24PM UTC
Jobs 7
Files 162
Run time 9min
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

pending completion
5716

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

5116 of 5923 relevant lines covered (86.38%)

465.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5716.1 (COMPOSER_FLAGS="--prefer-stable --prefer-lowest") 01 Mar 2016 08:22PM UTC 0
84.51
Travis Job 5716.1
2 5716.2 (LINT_TEST_CASES=1) 01 Mar 2016 08:22PM UTC 0
89.51
Travis Job 5716.2
3 5716.3 01 Mar 2016 08:22PM UTC 0
76.62
Travis Job 5716.3
4 5716.4 01 Mar 2016 08:26PM UTC 0
85.5
Travis Job 5716.4
5 5716.5 01 Mar 2016 08:26PM UTC 0
85.61
Travis Job 5716.5
6 5716.6 01 Mar 2016 08:28PM UTC 0
85.79
Travis Job 5716.6
7 5716.7 (SYMFONY_VERSION="~2.8") 01 Mar 2016 08:29PM UTC 0
89.16
Travis Job 5716.7
Source Files on build 5716
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5716
  • 0616621e on github
  • Prev Build on 1.12 (#5713)
  • Next Build on 1.12 (#5721)
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