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

FriendsOfPHP / PHP-CS-Fixer / 9210 / 1
91%
master: 93%

Build:
Build:
LAST BUILD BRANCH: phpdocAlignFixer
DEFAULT BRANCH: master
Ran 15 Mar 2017 05:07PM UTC
Files 250
Run time 12s
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

15 Mar 2017 04:57PM UTC coverage: 91.743% (+0.02%) from 91.723%
DEPLOY=yes TASK_TESTS_COVERAGE=1

push

travis-ci

keradus
bug #2580 NoSpacesAfterFunctionNameFixer - Fix after dynamic call (SpacePossum, keradus)

This PR was merged into the 2.1 branch.

Discussion
----------

NoSpacesAfterFunctionNameFixer - Fix after dynamic call

closes https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/2370

Fix these cases as well
```diff
--- Original
+++ New
@@ @@
<?php
-$b->$a  (); $c  ();
+$b->$a(); $c();
```

I don't know if this is a special case which should handled diff., but I think its OK.
(maybe we should fix `echo $b[0]   ();` as well?)

Commits
-------

72a5d06 CS fix
f20325d Fix after dynamic call.

7655 of 8344 relevant lines covered (91.74%)

281.77 hits per line

Source Files on job 9210.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1)
  • Tree
  • List 0
  • Changed 62
  • Source Changed 1
  • Coverage Changed 62
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9210
  • Travis Job 9210.1
  • f2b3b67b on github
  • Prev Job for DEPLOY=yes TASK_TESTS_COVERAGE=1 on 2.1 (#9205.1)
  • Next Job for DEPLOY=yes TASK_TESTS_COVERAGE=1 on 2.1 (#9217.1)
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