We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf8f8e commit 92557b9Copy full SHA for 92557b9
composer.json
@@ -19,7 +19,7 @@
19
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
20
"sirbrillig/phpcs-variable-analysis": "^2.11.7",
21
"slevomat/coding-standard": "^8.11",
22
- "squizlabs/php_codesniffer": "^3.12.0",
+ "squizlabs/php_codesniffer": "^3.12.2",
23
"symfony/yaml": ">=3.4.0"
24
},
25
"autoload": {
tests/Drupal/bad/BadUnitTest.php
@@ -61,7 +61,6 @@ protected function getErrorList(string $testFile): array
61
case 'bad.install':
62
return [
63
1 => 1,
64
- 10 => 1,
65
13 => 1,
66
16 => 1,
67
51 => 1,
0 commit comments