Skip to content

Commit 92557b9

Browse files
authored
feat(phpcs): Bump minimum version to 3.12.2
1 parent 0cf8f8e commit 92557b9

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
@@ -19,7 +19,7 @@
1919
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
2020
"sirbrillig/phpcs-variable-analysis": "^2.11.7",
2121
"slevomat/coding-standard": "^8.11",
22-
"squizlabs/php_codesniffer": "^3.12.0",
22+
"squizlabs/php_codesniffer": "^3.12.2",
2323
"symfony/yaml": ">=3.4.0"
2424
},
2525
"autoload": {

tests/Drupal/bad/BadUnitTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ protected function getErrorList(string $testFile): array
6161
case 'bad.install':
6262
return [
6363
1 => 1,
64-
10 => 1,
6564
13 => 1,
6665
16 => 1,
6766
51 => 1,

0 commit comments

Comments
 (0)