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

webeweb / jquery-datatables-bundle / 19800321758

30 Nov 2025 02:28PM UTC coverage: 99.666% (-0.1%) from 99.814%
19800321758

push

github

webeweb
Update GitHub action:
- restore Symfony 6.3

3581 of 3593 relevant lines covered (99.67%)

32.95 hits per line

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

66.67
/lib/common/Form/DataTransformer/AbstractDataTransformer.php
1
<?php
2

3
/*
4
 * This file is part of the jquery-datatables-bundle package.
5
 *
6
 * (c) 2024 WEBEWEB
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
declare(strict_types = 1);
13

14
namespace WBW\Bundle\CommonBundle\Form\DataTransformer;
15

16
use Symfony\Component\HttpKernel\Kernel;
17

18
// TODO: Remove when dropping support for Symfony 6
19
if (Kernel::VERSION_ID < 70000) {
3✔
20
    class_alias("WBW\Bundle\CommonBundle\Form\DataTransformer\Symfony6DataTransformer", "WBW\Bundle\CommonBundle\Form\DataTransformer\AbstractDataTransformer");
3✔
21
} else {
22
    class_alias("WBW\Bundle\CommonBundle\Form\DataTransformer\Symfony7DataTransformer", "WBW\Bundle\CommonBundle\Form\DataTransformer\AbstractDataTransformer");
×
23
}
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

© 2025 Coveralls, Inc