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 4b8687b commit 5a34fd1Copy full SHA for 5a34fd1
Magento2/Tests/Legacy/ObsoleteConnectionUnitTest.php
@@ -23,14 +23,14 @@ public function getErrorList()
23
public function getWarningList()
24
{
25
return [
26
- 3 => 1,
27
- 6 => 1,
+ 7 => 1,
28
10 => 1,
29
14 => 1,
30
18 => 1,
31
- 21 => 1,
+ 22 => 1,
32
25 => 1,
33
- 32 => 1
+ 29 => 1,
+ 36 => 1
34
];
35
}
36
Magento2/ruleset.xml
@@ -313,6 +313,10 @@
313
<severity>8</severity>
314
<type>warning</type>
315
</rule>
316
+ <rule ref="Magento2.Legacy.ObsoleteConnection">
317
+ <severity>8</severity>
318
+ <type>warning</type>
319
+ </rule>
320
321
<!-- Severity 7 warnings: General code issues. -->
322
<rule ref="Generic.Arrays.DisallowLongArraySyntax">
0 commit comments