Skip to content

Commit a72f628

Browse files
committed
feat: use codesniffer 3.7
1 parent 0e22d71 commit a72f628

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"ext-json": "*",
3737
"phpstan/phpstan": "1.9.*",
38-
"squizlabs/php_codesniffer": "3.5.*",
38+
"squizlabs/php_codesniffer": "3.7.*",
3939
"symfony/phpunit-bridge": "^3.4 || ^4.1.12 || ^5.0 || ^6.0",
4040
"phpunit/phpunit": "^8.5 || ^9.0",
4141
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",

src/SymfonyHealthCheckBundle.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88

99
class SymfonyHealthCheckBundle extends Bundle
1010
{
11-
1211
}

0 commit comments

Comments
 (0)