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

zendframework / zend-coding-standard / 46
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: feature/sniffs
DEFAULT BRANCH: master
Ran 22 Jun 2017 06:30PM UTC
Jobs 1
Files 31
Run time 2s
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
46

push

travis-ci

webimpress
ReturnType sniff - PHP 7 and 7.1 (nullable types)

Return type has to be formated as following:
```
function method(): ?array
{
}
```
So:
- no space before colon
- single space after colon
- no space after nullable op (?), if present

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

2245 of 2518 relevant lines covered (89.16%)

0.9 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/ZendCodingStandard/Sniffs/Namespaces/UnusedUseStatementSniff.php
4
100.0
src/ZendCodingStandard/Sniffs/Formatting/UnnecessaryParenthesesSniff.php
Jobs
ID Job ID Ran Files Coverage
2 46.2 (DEPS=locked TEST_COVERAGE=true) 22 Jun 2017 06:30PM UTC 0
89.16
Travis Job 46.2
Source Files on build 46
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #46
  • 7651f640 on github
  • Prev Build on feature/sniffs (#44)
  • Next Build on feature/sniffs (#48)
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