You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpcs-ignores.neon
+3-15Lines changed: 3 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -61,19 +61,19 @@ ignoreErrors:
61
61
62
62
-
63
63
sniff:PSR1.Files.SideEffects.FoundWithSymbols
64
-
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.'
64
+
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 8.'
65
65
count:1
66
66
path:benchmarks/GetFieldTypesBenchmark.php
67
67
68
68
-
69
69
sniff:PSR1.Files.SideEffects.FoundWithSymbols
70
-
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.'
70
+
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 8.'
71
71
count:1
72
72
path:benchmarks/PdoBenchmark.php
73
73
74
74
-
75
75
sniff:PSR1.Files.SideEffects.FoundWithSymbols
76
-
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 9 and the first side effect is on line 7.'
76
+
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 10 and the first side effect is on line 8.'
77
77
count:1
78
78
path:benchmarks/PgQueryBenchmark.php
79
79
@@ -592,15 +592,3 @@ ignoreErrors:
592
592
message:'A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 14 and the first side effect is on line 9.'
0 commit comments