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

leeqvip / php-apollo / 21220453906

21 Jan 2026 06:06PM UTC coverage: 52.632% (+0.03%) from 52.607%
21220453906

push

github

leeqvip
feat: first commit

110 of 209 new or added lines in 9 files covered. (52.63%)

110 of 209 relevant lines covered (52.63%)

6.2 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Parsers/DefaultParser.php
1
<?php
2

3
namespace Leeqvip\Apollo\Parsers;
4

5
/**
6
 */
7
class DefaultParser  implements ParserInterface
8
{
9
    /**
10
     * Parse content
11
     * 
12
     * @param string $content Properties content
13
     * @return array<string, mixed>
14
     */
15
    public function parse(string $content): array
16
    {
NEW
17
        return json_decode($content, true);
×
18
    }
19

20
}
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