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

keradus / PHP-CS-Fixer / 3347
94%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 07 Dec 2017 07:51PM UTC
Jobs 1
Files 309
Run time 25s
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
3347

push

travis-ci

keradus
feature #3155 Add EscapeImplicitBackslashesFixer (Slamdunk)

This PR was squashed before being merged into the 2.9-dev branch (closes #3155).

Discussion
----------

Add EscapeImplicitBackslashesFixer

```diff
-$a = 'My\Prefix\\';
+$a = 'My\\Prefix\\';
```

- [x] Fix [single quoted](https://secure.php.net/manual/en/language.types.string.php#language.types.string.syntax.single)
- [x] Fix [double quoted](https://secure.php.net/manual/en/language.types.string.php#language.types.string.syntax.double)
- [x] Fix [heredoc syntax](https://secure.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)
- [x] Run before `SingleQuoteFixer`
- [x] Run before `HeredocToNowdocFixer`

No need to fix [nowdoc syntax](https://secure.php.net/manual/en/language.types.string.php#language.types.string.syntax.nowdoc).

Commits
-------

20f4d496 Add EscapeImplicitBackslashesFixer

8756 of 11264 relevant lines covered (77.73%)

35.65 hits per line

Jobs
ID Job ID Ran Files Coverage
5 3347.5 (COLLECT_COVERAGE=1) 07 Dec 2017 07:38PM UTC 0
77.73
Travis Job 3347.5
Source Files on build 3347
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3347
  • 17cbbb5a on github
  • Prev Build on master (#3323)
  • Next Build on master (#3353)
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