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

JsonMapper / LaravelPackage / 13409134551

19 Feb 2025 09:16AM UTC coverage: 100.0%. Remained the same
13409134551

push

github

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

20 of 20 relevant lines covered (100.0%)

27.05 hits per line

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

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

3
declare(strict_types=1);
4

5
namespace JsonMapper\LaravelPackage;
6

7
use Illuminate\Support\Collection;
8

9
interface JsonMapperInterface extends \JsonMapper\JsonMapperInterface
10
{
11
    public function mapToCollection(array $json, object $object): Collection;
12

13
    public function mapToCollectionFromString(string $json, object $object): Collection;
14
}
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