From 53bd68c8c39c8b8971365e6bd0d8c3bc16127607 Mon Sep 17 00:00:00 2001 From: "Nikola Svitlica a.k.a TheCelavi" Date: Thu, 15 Aug 2024 15:40:10 +0200 Subject: [PATCH] Fixed CI --- .php-cs-fixer.dist.php | 2 +- .../QueryResourcesLoader/Executor/Dbal/DbalParameters.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {