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

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

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 01 Mar 2016 07:33PM UTC
Files 161
Run time 11s
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.45% (+0.03%) from 89.425%
LINT_TEST_CASES=1

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

4036 of 4512 relevant lines covered (89.45%)

93.69 hits per line

Source Files on job 5713.2 (LINT_TEST_CASES=1)
  • Tree
  • List 0
  • Changed 22
  • Source Changed 3
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5713
  • Travis Job 5713.2
  • 8118c04b on github
  • Prev Job for LINT_TEST_CASES=1 on 1.12 (#5710.2)
  • Next Job for LINT_TEST_CASES=1 on 1.12 (#5716.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc