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

PHPCSStandards / PHP_CodeSniffer / 13638041063 / 3
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2025 07:10PM UTC
Files 309
Run time 39s
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

03 Mar 2025 06:41PM UTC coverage: 74.038% (+0.001%) from 74.037%
13638041063.3

push

github

web-flow
Generic/DisallowShortOpenTag: prevent fixer conflict (#835)

The original fixer conflict which inspired this fix can be reproduced via:
```bash
phpcbf -ps ./src/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.19.inc --report=full,source --suffix=.fixed --standard=Squiz
```

What it basically comes down to is that this sniff would replace the `<?=` with `<?php echo`, even in case of a parse error, which would then cause problems for other sniffs.

Fixed now by ignoring this particular parse error.

Includes test.

Note: this PR will be most straight-forward to review while ignoring whitespace changes.

20404 of 27559 relevant lines covered (74.04%)

25.15 hits per line

Source Files on job os-ubuntu-latest-php-8.4-custom-ini-false - 13638041063.3
  • Tree
  • List 309
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13638041063
  • f4af2891 on github
  • Prev Job for on master (#13637955064.7)
  • Next Job for on master (#13638237963.7)
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