mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -25,7 +25,7 @@ use function in_array;
|
||||
/**
|
||||
* Load reports into DB.
|
||||
*/
|
||||
class LoadReports extends AbstractFixture implements OrderedFixtureInterface, ContainerAwareInterface
|
||||
class LoadReports extends AbstractFixture implements ContainerAwareInterface, OrderedFixtureInterface
|
||||
{
|
||||
use \Symfony\Component\DependencyInjection\ContainerAwareTrait;
|
||||
|
||||
|
@@ -47,7 +47,7 @@ use function strtolower;
|
||||
use function ucfirst;
|
||||
use function uniqid;
|
||||
|
||||
class ReportList implements ListInterface, ExportElementValidatedInterface
|
||||
class ReportList implements ExportElementValidatedInterface, ListInterface
|
||||
{
|
||||
protected CustomFieldProvider $customFieldProvider;
|
||||
|
||||
|
Reference in New Issue
Block a user