Skip to content

Commit 53bd68c

Browse files
committed
Fixed CI
1 parent e05fe61 commit 53bd68c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php-cs-fixer.dist.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__DIR__ . '/src',
99
__DIR__ . '/tests',
1010
])->notPath([
11-
'tests/Resources/App/var',
11+
'/tests\/Resources\/App\/var\//',
1212
]);
1313

1414
$config = new PhpCsFixer\Config();

src/RunOpenCode/Bundle/QueryResourcesLoader/Executor/Dbal/DbalParameters.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*
2929
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
3030
* @SuppressWarnings(PHPMD.TooManyMethods)
31+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
3132
*/
3233
class DbalParameters extends Parameters
3334
{

0 commit comments

Comments
 (0)