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 78034f0 commit 0cf8f8eCopy full SHA for 0cf8f8e
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.11.3",
+ "squizlabs/php_codesniffer": "^3.12.0",
23
"symfony/yaml": ">=3.4.0"
24
},
25
"autoload": {
tests/Drupal/bad/BadUnitTest.php
@@ -61,6 +61,7 @@ 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