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

justim / access
92%
master: 95%

Build:
Build:
LAST BUILD BRANCH: covatiant
DEFAULT BRANCH: master
Repo Added 04 Jun 2019 05:04PM UTC
Files 97
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

LAST BUILD ON BRANCH v1.7.2
branch: v1.7.2
CHANGE BRANCH
x
Reset
  • v1.7.2
  • 1.0.0
  • add-some-interfaces
  • clauses
  • clear-statement-poll
  • close-db-connection
  • covatiant
  • master
  • mysql-tests
  • psalm6
  • v1.0.0
  • v1.1.0
  • v1.1.1
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • v1.8.0
  • v1.8.1
  • v1.9.0
  • v1.9.1

pending completion
49

push

travis-ci

justim
Clean up all markers that resolved to `null` in arrays

We need to do this to prevent arrays with an non-sequential index after
a array_filter, causing the array to be converted to an object when
encoded as JSON

```php
[0 => 'zero', 1 => 'one']; // in JSON: ["zero", "one"]
[0 => 'zero', 2 => 'two']; // in JSON: {"0": "zero", "2": "two"}
```

992 of 1075 relevant lines covered (92.28%)

12.03 hits per line

Relevant lines Covered
Build:
Build:
1075 RELEVANT LINES 992 COVERED LINES
12.03 HITS PER LINE
Source Files on v1.7.2
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
49 v1.7.2 Clean up all markers that resolved to `null` in arrays We need to do this to prevent arrays with an non-sequential index after a array_filter, causing the array to be converted to an object when encoded as JSON ```php [0 => 'zero', 1 => 'one']; ... push 10 Jul 2020 09:51AM UTC justim travis-ci pending completion  
See All Builds (177)
  • Repo 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

© 2026 Coveralls, Inc