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

phpDocumentor / TypeResolver / 166 / 4
71%
master: 75%

Build:
Build:
LAST BUILD BRANCH: 0.7.x
DEFAULT BRANCH: master
Ran 12 Oct 2018 06:40PM UTC
Files 26
Run time 1s
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

25 Sep 2018 05:46AM UTC coverage: 71.318%. First build
166.4

push

travis-ci

mvriel
Unclosed array expression should throw exception

In the current implementation we do not take into account that people may try
the following notation:

    `@var array(string => string|null)`

At the moment this is interpreted as an Array Expression but fails because the
space causes the parser to see this as `array(string`, meaning an unclosed
array expression.

This change introduces a new RuntimeException that is thrown in this situation,
it is up to the consumer of this library to deal with this situation however it
deems best.

276 of 387 relevant lines covered (71.32%)

6.69 hits per line

Source Files on job 166.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 153
  • Travis Job 166.4
  • 9c0562f9 on github
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

© 2025 Coveralls, Inc