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

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

Build:
Build:
LAST BUILD BRANCH: v2.x
DEFAULT BRANCH: master
Ran 12 Apr 2019 04:22PM UTC
Jobs 4
Files 14
Run time 2min
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
84

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 ->

271 of 271 relevant lines covered (100.0%)

4.41 hits per line

Jobs
ID Job ID Ran Files Coverage
5 84.5 (PREFER_LOWEST="") 12 Apr 2019 04:22PM UTC 0
100.0
Travis Job 84.5
6 84.6 (PREFER_LOWEST="") 12 Apr 2019 04:23PM UTC 0
100.0
Travis Job 84.6
7 84.7 (PREFER_LOWEST="") 12 Apr 2019 04:23PM UTC 0
100.0
Travis Job 84.7
8 84.8 (PREFER_LOWEST="") 12 Apr 2019 04:24PM UTC 0
100.0
Travis Job 84.8
Source Files on build 84
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #84
  • Pull Request #87
  • PR Base - master (#82)
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

© 2025 Coveralls, Inc