Skip to content

Commit 0cf8f8e

Browse files
authored
fix(phpcs): Update to 3.12 to detect spaces after final and abstract keyword (#3468410)
1 parent 78034f0 commit 0cf8f8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.11.3",
22+
"squizlabs/php_codesniffer": "^3.12.0",
2323
"symfony/yaml": ">=3.4.0"
2424
},
2525
"autoload": {

tests/Drupal/bad/BadUnitTest.php

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

0 commit comments

Comments
 (0)