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 9e7a262 commit 236ed22Copy full SHA for 236ed22
src/ecs.php
@@ -269,9 +269,10 @@
269
'closure_fn_spacing' => 'none',
270
]);
271
272
- $ecsConfig->ruleWithConfiguration(UnusedVariableSniff::class, [
273
- 'ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach' => true,
274
- ]);
+ // Disabled as has issues.
+ //$ecsConfig->ruleWithConfiguration(UnusedVariableSniff::class, [
+ // 'ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach' => true,
275
+ //]);
276
277
$ecsConfig->ruleWithConfiguration(MultilineWhitespaceBeforeSemicolonsFixer::class, ['strategy' => 'no_multi_line']);
278
0 commit comments