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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 07:37PM UTC
Files 161
Run time 31s
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: 89.093% (+0.03%) from 89.063%
SYMFONY_VERSION="~2.8"

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

4027 of 4520 relevant lines covered (89.09%)

90.08 hits per line

Source Files on job 5713.7 (SYMFONY_VERSION="~2.8")
  • Tree
  • List 0
  • Changed 21
  • Source Changed 3
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5713
  • Travis Job 5713.7
  • 8118c04b on github
  • Prev Job for SYMFONY_VERSION="~2.8" on 1.12 (#5710.7)
  • Next Job for SYMFONY_VERSION="~2.8" on 1.12 (#5716.7)
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