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

FriendsOfPHP / PHP-CS-Fixer / 19628
93%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2019 08:14PM UTC
Jobs 1
Files 398
Run time 38s
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
19628

push

travis-ci

julienfalque
feature #4493 Add echo_tag_syntax rule (mlocati, kubawerlos)

This PR was merged into the 2.17-dev branch.

Discussion
----------

Add echo_tag_syntax rule

We have a fixer (`no_short_echo_tags`) that expands short echo tags (`<?= $foo ?>`) to long echo tags (`<?php echo $foo ?>`).

What about adding a new fixer (`short_echo_tags`) that can also do the reverse?

Fix #2990

Commits
-------

601899d7e Make condition more clear in buildLongToShortTokens
abd4357f6 Using getNextNonWhitespace (#1)
b9c2e0934 Add short_echo_tag fixer

15645 of 16974 relevant lines covered (92.17%)

62.02 hits per line

Jobs
ID Job ID Ran Files Coverage
7 19628.7 13 Dec 2019 08:12PM UTC 0
92.17
Travis Job 19628.7
Source Files on build 19628
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19628
  • c0f4ebb5 on github
  • Prev Build on master (#19626)
  • Next Build on master (#19632)
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