diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 9fcf3ac..4faf0f3 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -8,7 +8,7 @@ __DIR__ . '/src', __DIR__ . '/tests', ])->notPath([ - 'tests/Resources/App/var', + '/tests\/Resources\/App\/var\//', ]); $config = new PhpCsFixer\Config(); diff --git a/src/RunOpenCode/Bundle/QueryResourcesLoader/Executor/Dbal/DbalParameters.php b/src/RunOpenCode/Bundle/QueryResourcesLoader/Executor/Dbal/DbalParameters.php index 428a7bd..f214999 100644 --- a/src/RunOpenCode/Bundle/QueryResourcesLoader/Executor/Dbal/DbalParameters.php +++ b/src/RunOpenCode/Bundle/QueryResourcesLoader/Executor/Dbal/DbalParameters.php @@ -28,6 +28,7 @@ * * @SuppressWarnings(PHPMD.TooManyPublicMethods) * @SuppressWarnings(PHPMD.TooManyMethods) + * @SuppressWarnings(PHPMD.ExcessiveClassComplexity) */ class DbalParameters extends Parameters {