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

keradus / PHP-CS-Fixer / 3553 / 8
82%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 19 Mar 2018 10:45AM UTC
Files 285
Run time 16s
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

12 Mar 2018 08:20AM UTC coverage: 80.163% (+0.1%) from 80.053%
COLLECT_COVERAGE=1 SYMFONY_DEPRECATIONS_HELPER=weak

push

travis-ci

keradus
bug #3594 ElseifFixer - Bug with alternative syntax (kubawerlos)

This PR was merged into the 2.2 branch.

Discussion
----------

ElseifFixer - Bug with alternative syntax

Previously the code:
`if ($x) { foo(); } else if ($y): bar(); endif;`
was changed to:
`if ($x) { foo(); } elseif ($y): bar(); endif;`
which is not correct PHP syntax.

Commits
-------

14c53e69 Bug ElseifFixer with alternative syntax

7573 of 9447 relevant lines covered (80.16%)

25.74 hits per line

Source Files on job 3553.8 (COLLECT_COVERAGE=1 SYMFONY_DEPRECATIONS_HELPER=weak)
  • Tree
  • List 0
  • Changed 52
  • Source Changed 51
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 3553.8
  • d4cd483d on github
  • Prev Job for COLLECT_COVERAGE=1 SYMFONY_DEPRECATIONS_HELPER=weak on 2.2 (#3542.8)
  • Next Job for COLLECT_COVERAGE=1 SYMFONY_DEPRECATIONS_HELPER=weak on 2.2 (#3555.8)
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