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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 07:34PM UTC
Files 161
Run time 1min
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 06:59PM UTC coverage: 76.576% (+0.3%) from 76.322%
5713.3

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

1713 of 2237 relevant lines covered (76.58%)

24.31 hits per line

Source Files on job 5713.3
  • Tree
  • List 0
  • Changed 17
  • Source Changed 3
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5713
  • Travis Job 5713.3
  • 8118c04b on github
  • Prev Job for on 1.12 (#5710.3)
  • Next Job for on 1.12 (#5716.3)
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