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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 07:28PM UTC
Jobs 7
Files 161
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
5713

push

travis-ci

keradus
feature #1662 Added CombineConsecutiveUnsetsFixer (SpacePossum)

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

Discussion
----------

Added CombineConsecutiveUnsetsFixer

Expected:
```php
    <?php unset($y, $u); ?>
```
Input:
```php
    <?php unset($y);unset($u) ?>
````

Commits
-------

e6b37e2 Added CombineConsecutiveUnsetsFixer

5084 of 5891 relevant lines covered (86.3%)

466.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5713.1 (COMPOSER_FLAGS="--prefer-stable --prefer-lowest") 01 Mar 2016 07:23PM UTC 0
84.42
Travis Job 5713.1
2 5713.2 (LINT_TEST_CASES=1) 01 Mar 2016 07:28PM UTC 0
89.45
Travis Job 5713.2
3 5713.3 01 Mar 2016 07:31PM UTC 0
76.58
Travis Job 5713.3
4 5713.4 01 Mar 2016 07:29PM UTC 0
85.42
Travis Job 5713.4
5 5713.5 01 Mar 2016 07:30PM UTC 0
85.53
Travis Job 5713.5
6 5713.6 01 Mar 2016 07:30PM UTC 0
85.71
Travis Job 5713.6
7 5713.7 (SYMFONY_VERSION="~2.8") 01 Mar 2016 07:35PM UTC 0
89.09
Travis Job 5713.7
Source Files on build 5713
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5713
  • 8118c04b on github
  • Prev Build on 1.12 (#5710)
  • Next Build on 1.12 (#5716)
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