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

webimpress / coding-standard / 141 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 1.4.0
DEFAULT BRANCH: master
Ran 13 Nov 2019 08:02PM UTC
Files 80
Run time 5s
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

13 Nov 2019 08:02PM UTC coverage: 99.746%. First build
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

push

travis-ci-com

Michał Bundyra
Feature: WhiteSpace\OperatorAndKeywordSpacing sniff

Replaces `Squiz.WhiteSpace.OperatorSpacing` as it was not possible to
configure to force space after (and before) some tokens only.

It still extends `Squiz.WhiteSpace.OperatorSpacing` but works also with
some PHP keywords (`as`, `insteadof`) and force one space before and after:
- `as`
- `insteadof`
- `instanceof`

Also, this new sniff allow only ONE empty line before operator,
and disallow empty line after opertator.
In case operator is at the end of the line it will be moved to next line
just before the non-empty content with single space.

5899 of 5914 relevant lines covered (99.75%)

1.13 hits per line

Source Files on job 141.2 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 389
  • Travis Job 141.2
  • 62721261 on github
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