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

JsonMapper / SymfonyBundle / 13409424459

19 Feb 2025 09:32AM UTC coverage: 100.0%. Remained the same
13409424459

push

github

web-flow
docs: show white based logo when in dark mode (#9)

4 of 4 relevant lines covered (100.0%)

8.0 hits per line

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

100.0
/src/JsonMapperBundle.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace JsonMapper\SymfonyBundle;
6

7
use JsonMapper\SymfonyBundle\DependencyInjection\JsonMapperExtension;
8
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
9
use Symfony\Component\HttpKernel\Bundle\Bundle;
10

11
class JsonMapperBundle extends Bundle
12
{
13
    /**
14
     * @return JsonMapperExtension
15
     */
16
    public function getContainerExtension(): ?ExtensionInterface
17
    {
18
        return new JsonMapperExtension();
10✔
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