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

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

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: 1.11
Ran 17 Jul 2017 10:00PM UTC
Jobs 1
Files 278
Run time 13s
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
3004

push

travis-ci

keradus
feature #2825 Add PhpdocTypesOrderFixer (julienfalque, keradus)

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

Discussion
----------

Add PhpdocTypesOrderFixer

A new fixer that sorts the types in PHPDoc annotations like `@param`. For now, it only moves `null` to the first position:
```diff
 /**
- * @return string|null
+ * @return null|string
  */
```
An option allows to move it to the last position instead:
```diff
 /**
- * @return null|string
+ * @return string|null
  */
```

Commits
-------

2c0cdb5b Add PhpdocTypesOrderFixer

7672 of 9755 relevant lines covered (78.65%)

34.58 hits per line

Jobs
ID Job ID Ran Files Coverage
4 3004.4 (COLLECT_COVERAGE=1) 17 Jul 2017 09:49PM UTC 0
78.65
Travis Job 3004.4
Source Files on build 3004
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3004
  • b09cda19 on github
  • Prev Build on master (#3002)
  • Next Build on master (#3034)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc