Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCelavi committed Aug 15, 2024
1 parent e05fe61 commit 53bd68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__DIR__ . '/src',
__DIR__ . '/tests',
])->notPath([
'tests/Resources/App/var',
'/tests\/Resources\/App\/var\//',
]);

$config = new PhpCsFixer\Config();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
* @SuppressWarnings(PHPMD.TooManyMethods)
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
*/
class DbalParameters extends Parameters
{
Expand Down

0 comments on commit 53bd68c

Please sign in to comment.