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

api-platform / core / 10523796051

23 Aug 2024 10:00AM UTC coverage: 6.984% (-0.7%) from 7.707%
10523796051

push

github

dunglas
chore(laravel): remove duplicated ItemNormalizer definition

11317 of 162035 relevant lines covered (6.98%)

14.3 hits per line

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

100.0
/src/Symfony/Maker/Resources/skeleton/StateProcessor.tpl.php
1
<?php declare(strict_types=1);
2
echo "<?php\n"; ?>
6✔
3

4
namespace <?php echo $namespace; ?>;
6✔
5

6
use ApiPlatform\Metadata\Operation;
7
use ApiPlatform\State\ProcessorInterface;
8

9
class <?php echo $class_name; ?> implements ProcessorInterface
6✔
10
{
11
    public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): void
12
    {
13
        // Handle the state
14
    }
15
}
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