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

keradus / PHP-CS-Fixer / 3002
94%
1.11: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 04 Jul 2017 11:46PM UTC
Jobs 1
Files 277
Run time 11s
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
3002

push

travis-ci

keradus
feature #2857 Add AlignMultilineCommentFixer (Slamdunk, keradus)

This PR was squashed before being merged into the 2.4-dev branch (closes #2857).

Discussion
----------

Add AlignMultilineCommentFixer

Hi, this fixer is intended to align multiline comments and docblock:

```diff
     /* or /**
      * Multiline comment
-*
+     *
  Lines not prefixed with asterisk are left untouched
-       *
-   */
+     *
+     */
```

Single line comments, either `//` or `#`, are unaffected.

### Tabs

Tabs are now counted as 1 space while counting the doc head position, and removed inside the comment in favour of spaces.

Should we handle them differently?
Any suggestion?

Commits
-------

591ee636 Add AlignMultilineCommentFixer

7307 of 9369 relevant lines covered (77.99%)

33.62 hits per line

Jobs
ID Job ID Ran Files Coverage
4 3002.4 (COLLECT_COVERAGE=1) 04 Jul 2017 11:38PM UTC 0
77.99
Travis Job 3002.4
Source Files on build 3002
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3002
  • 0496cd21 on github
  • Prev Build on master (#2996)
  • Next Build on master (#3004)
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