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

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

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

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

Jobs
ID Job ID Ran Files Coverage
8 3553.8 (COLLECT_COVERAGE=1 SYMFONY_DEPRECATIONS_HELPER=weak) 19 Mar 2018 10:39AM UTC 0
80.16
Travis Job 3553.8
Source Files on build 3553
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3553
  • d4cd483d on github
  • Prev Build on 2.2 (#3542)
  • Next Build on 2.2 (#3555)
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