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

traderinteractive / dws-coding-standard / 84 / 6
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v2.x
DEFAULT BRANCH: master
Ran 12 Apr 2019 04:23PM UTC
Files 14
Run time 0s
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

12 Apr 2019 04:20PM UTC coverage: 100.0%. Remained the same
PREFER_LOWEST=""

Pull #87

travis-ci

web-flow
Remove requirement of no spaces before object operator ->

This commit removes the line from the ruleset requiring a space to
come before the arrow object operator ->. PSR2 does not enforce this
rule, and removing this rule will allow cleaner code when dealing
with fluent interfaces and method chaining. For example:

$obj->method1()
  ->method2()
  ->method3();

or

$obj
  ->method1()
  ->method2()
  ->method3();

This is especially useful when setting up PHPUnit mocks and their
constraints.
Pull Request #87: Remove requirement of no spaces before object operator ->

273 of 273 relevant lines covered (100.0%)

1.11 hits per line

Source Files on job 84.6 (PREFER_LOWEST="")
  • Tree
  • List 0
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • Travis Job 84.6
  • 72e5c1ac on github
  • Prev Job for PREFER_LOWEST="" on feature/remove-operator-space-requirement (#82.2)
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