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

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

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

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.

11 of 11 new or added lines in 1 file covered. (100.0%)

7655 of 8344 relevant lines covered (91.74%)

281.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9210.1 (DEPLOY=yes TASK_TESTS_COVERAGE=1) 15 Mar 2017 05:01PM UTC 0
91.74
Travis Job 9210.1
Source Files on build 9210
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9210
  • f2b3b67b on github
  • Prev Build on 2.1 (#9205)
  • Next Build on 2.1 (#9217)
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