File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ parameters:
11
11
# Level 0
12
12
- '#^Result of method \S+ \(void\) is used\.$#'
13
13
14
- -
15
- # False positive. Will be fixed via next version of PHPCSUtils.
16
- count: 1
17
- message: "#^Cannot unset offset 'query' on non-empty-array<int, array<string, int\\|string>>.$#"
18
- path: WordPress/Sniffs/DB/PreparedSQLPlaceholdersSniff.php
19
-
20
14
# Level 4
21
15
- '#^Property \S+::\$\S+ \([^)]+\) in isset\(\) is not nullable\.$#'
22
16
-
@@ -28,11 +22,5 @@ parameters:
28
22
message: '#^Strict comparison using === between true and false will always evaluate to false\.$#'
29
23
path: WordPress/Sniffs/Utils/I18nTextDomainFixerSniff.php
30
24
31
- -
32
- # False positive. Will be fixed via next version of PHPCSUtils.
33
- count: 1
34
- message: "#^Cannot unset offset 'file' on array<int, array<string, int\\|string>>.$#"
35
- path: WordPress/Sniffs/Security/EscapeOutputSniff.php
36
-
37
25
# Level 5
38
26
- '#^Parameter \#3 \$value of method \S+File::recordMetric\(\) expects string, \(?(float|int|bool)(\|(float|int|bool))*\)? given\.$#'
You can’t perform that action at this time.
0 commit comments