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
* Phpstan Baseline Fixes 2022-09-21
Eliminate about 200 more lines from Phpstan baseline. For Helper/Sample and Helper/Html and others, many properties are declared as protected despite the fact that the classes do not extend any other class, and there are no classes which extend them. They are changed to private; this could be a breaking change in circumstances for which I cannot think of a use case (user extends class for some reason).
* Slightly Botched Merge Commit
Hope this fixes phpstan.
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+2-192Lines changed: 2 additions & 192 deletions
Original file line number
Diff line number
Diff line change
@@ -1110,156 +1110,6 @@ parameters:
1110
1110
count:2
1111
1111
path:src/PhpSpreadsheet/DefinedName.php
1112
1112
1113
-
-
1114
-
message:"#^Cannot call method setBold\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1115
-
count:1
1116
-
path:src/PhpSpreadsheet/Helper/Html.php
1117
-
1118
-
-
1119
-
message:"#^Cannot call method setColor\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1120
-
count:1
1121
-
path:src/PhpSpreadsheet/Helper/Html.php
1122
-
1123
-
-
1124
-
message:"#^Cannot call method setItalic\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1125
-
count:1
1126
-
path:src/PhpSpreadsheet/Helper/Html.php
1127
-
1128
-
-
1129
-
message:"#^Cannot call method setName\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1130
-
count:1
1131
-
path:src/PhpSpreadsheet/Helper/Html.php
1132
-
1133
-
-
1134
-
message:"#^Cannot call method setSize\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1135
-
count:1
1136
-
path:src/PhpSpreadsheet/Helper/Html.php
1137
-
1138
-
-
1139
-
message:"#^Cannot call method setStrikethrough\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1140
-
count:1
1141
-
path:src/PhpSpreadsheet/Helper/Html.php
1142
-
1143
-
-
1144
-
message:"#^Cannot call method setSubscript\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1145
-
count:1
1146
-
path:src/PhpSpreadsheet/Helper/Html.php
1147
-
1148
-
-
1149
-
message:"#^Cannot call method setSuperscript\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1150
-
count:1
1151
-
path:src/PhpSpreadsheet/Helper/Html.php
1152
-
1153
-
-
1154
-
message:"#^Cannot call method setUnderline\\(\\) on PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Font\\|null\\.$#"
1155
-
count:1
1156
-
path:src/PhpSpreadsheet/Helper/Html.php
1157
-
1158
-
-
1159
-
message:"#^Method PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:startFontTag\\(\\) has parameter \\$tag with no type specified\\.$#"
1160
-
count:1
1161
-
path:src/PhpSpreadsheet/Helper/Html.php
1162
-
1163
-
-
1164
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$bold has no type specified\\.$#"
1165
-
count:1
1166
-
path:src/PhpSpreadsheet/Helper/Html.php
1167
-
1168
-
-
1169
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$color has no type specified\\.$#"
1170
-
count:1
1171
-
path:src/PhpSpreadsheet/Helper/Html.php
1172
-
1173
-
-
1174
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$colourMap has no type specified\\.$#"
1175
-
count:1
1176
-
path:src/PhpSpreadsheet/Helper/Html.php
1177
-
1178
-
-
1179
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$endTagCallbacks has no type specified\\.$#"
1180
-
count:1
1181
-
path:src/PhpSpreadsheet/Helper/Html.php
1182
-
1183
-
-
1184
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$face has no type specified\\.$#"
1185
-
count:1
1186
-
path:src/PhpSpreadsheet/Helper/Html.php
1187
-
1188
-
-
1189
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$italic has no type specified\\.$#"
1190
-
count:1
1191
-
path:src/PhpSpreadsheet/Helper/Html.php
1192
-
1193
-
-
1194
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$size has no type specified\\.$#"
1195
-
count:1
1196
-
path:src/PhpSpreadsheet/Helper/Html.php
1197
-
1198
-
-
1199
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$stack has no type specified\\.$#"
1200
-
count:1
1201
-
path:src/PhpSpreadsheet/Helper/Html.php
1202
-
1203
-
-
1204
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$startTagCallbacks has no type specified\\.$#"
1205
-
count:1
1206
-
path:src/PhpSpreadsheet/Helper/Html.php
1207
-
1208
-
-
1209
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$strikethrough has no type specified\\.$#"
1210
-
count:1
1211
-
path:src/PhpSpreadsheet/Helper/Html.php
1212
-
1213
-
-
1214
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$stringData has no type specified\\.$#"
1215
-
count:1
1216
-
path:src/PhpSpreadsheet/Helper/Html.php
1217
-
1218
-
-
1219
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$subscript has no type specified\\.$#"
1220
-
count:1
1221
-
path:src/PhpSpreadsheet/Helper/Html.php
1222
-
1223
-
-
1224
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$superscript has no type specified\\.$#"
1225
-
count:1
1226
-
path:src/PhpSpreadsheet/Helper/Html.php
1227
-
1228
-
-
1229
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Html\\:\\:\\$underline has no type specified\\.$#"
1230
-
count:1
1231
-
path:src/PhpSpreadsheet/Helper/Html.php
1232
-
1233
-
-
1234
-
message:"#^Method PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Sample\\:\\:getSamples\\(\\) should return array\\<array\\<string\\>\\> but returns array\\<string, array\\<string, array\\|string\\>\\>\\.$#"
1235
-
count:1
1236
-
path:src/PhpSpreadsheet/Helper/Sample.php
1237
-
1238
-
-
1239
-
message:"#^Method PhpOffice\\\\PhpSpreadsheet\\\\Helper\\\\Sample\\:\\:log\\(\\) has parameter \\$message with no type specified\\.$#"
1240
-
count:1
1241
-
path:src/PhpSpreadsheet/Helper/Sample.php
1242
-
1243
-
-
1244
-
message:"#^Parameter \\#1 \\$directory of class RecursiveDirectoryIterator constructor expects string, string\\|false given\\.$#"
1245
-
count:1
1246
-
path:src/PhpSpreadsheet/Helper/Sample.php
1247
-
1248
-
-
1249
-
message:"#^Parameter \\#1 \\$filename of function unlink expects string, string\\|false given\\.$#"
1250
-
count:1
1251
-
path:src/PhpSpreadsheet/Helper/Sample.php
1252
-
1253
-
-
1254
-
message:"#^Parameter \\#1 \\$path of function pathinfo expects string, array\\|string given\\.$#"
1255
-
count:1
1256
-
path:src/PhpSpreadsheet/Helper/Sample.php
1257
-
1258
-
-
1259
-
message:"#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|false given\\.$#"
1260
-
count:1
1261
-
path:src/PhpSpreadsheet/Helper/Sample.php
1262
-
1263
1113
-
1264
1114
message:"#^Method PhpOffice\\\\PhpSpreadsheet\\\\IOFactory\\:\\:createReader\\(\\) should return PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\IReader but returns object\\.$#"
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\Xls\\\\ErrorCode\\:\\:\\$map has no type specified\\.$#"
1640
-
count:1
1641
-
path:src/PhpSpreadsheet/Reader/Xls/ErrorCode.php
1642
-
1643
-
-
1644
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\Xls\\\\RC4\\:\\:\\$i has no type specified\\.$#"
1645
-
count:1
1646
-
path:src/PhpSpreadsheet/Reader/Xls/RC4.php
1647
-
1648
-
-
1649
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\Xls\\\\RC4\\:\\:\\$j has no type specified\\.$#"
1650
-
count:1
1651
-
path:src/PhpSpreadsheet/Reader/Xls/RC4.php
1652
-
1653
-
-
1654
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Reader\\\\Xls\\\\RC4\\:\\:\\$s has no type specified\\.$#"
1655
-
count:1
1656
-
path:src/PhpSpreadsheet/Reader/Xls/RC4.php
1657
-
1472
+
1658
1473
-
1659
1474
message:"#^Cannot access property \\$r on SimpleXMLElement\\|null\\.$#"
1660
1475
count:2
1661
1476
path:src/PhpSpreadsheet/Reader/Xlsx.php
1662
-
1477
+
1663
1478
-
1664
1479
message:"#^Parameter \\#1 \\$haystack of function strpos expects string, string\\|false given\\.$#"
1665
1480
count:1
@@ -2145,11 +1960,6 @@ parameters:
2145
1960
count:1
2146
1961
path:src/PhpSpreadsheet/Shared/OLERead.php
2147
1962
2148
-
-
2149
-
message:"#^Static method PhpOffice\\\\PhpSpreadsheet\\\\Shared\\\\TimeZone\\:\\:validateTimeZone\\(\\) is unused\\.$#"
2150
-
count:1
2151
-
path:src/PhpSpreadsheet/Shared/TimeZone.php
2152
-
2153
1963
-
2154
1964
message:"#^Method PhpOffice\\\\PhpSpreadsheet\\\\Shared\\\\Trend\\\\BestFit\\:\\:calculateGoodnessOfFit\\(\\) has parameter \\$const with no type specified\\.$#"
0 commit comments