@@ -1200,114 +1200,6 @@ parameters:
12001200 count : 1
12011201 path : src/PhpSpreadsheet/Calculation/TextData/Replace.php
12021202
1203- -
1204- message : ' #^Cannot cast mixed to string\.$#'
1205- identifier : cast.string
1206- count : 2
1207- path : src/PhpSpreadsheet/Calculation/TextData/Text.php
1208-
1209- -
1210- message : ' #^Method PhpOffice\\PhpSpreadsheet\\Calculation\\TextData\\Text\:\:split\(\) should return array\|string but returns mixed\.$#'
1211- identifier : return.type
1212- count : 1
1213- path : src/PhpSpreadsheet/Calculation/TextData/Text.php
1214-
1215- -
1216- message : ' #^Parameter \#1 \$str of function preg_quote expects string, mixed given\.$#'
1217- identifier : argument.type
1218- count : 1
1219- path : src/PhpSpreadsheet/Calculation/TextData/Text.php
1220-
1221- -
1222- message : ' #^Parameter \#2 \$subject of static method Composer\\Pcre\\Preg\:\:split\(\) expects string, mixed given\.$#'
1223- identifier : argument.type
1224- count : 2
1225- path : src/PhpSpreadsheet/Calculation/TextData/Text.php
1226-
1227- -
1228- message : ' #^Part \$formula \(mixed\) of encapsed string cannot be cast to string\.$#'
1229- identifier : encapsedStringPart.nonString
1230- count : 1
1231- path : src/PhpSpreadsheet/Cell/DataValidator.php
1232-
1233- -
1234- message : ' #^Parameter \#1 \$path of function basename expects string, mixed given\.$#'
1235- identifier : argument.type
1236- count : 1
1237- path : src/PhpSpreadsheet/Helper/Sample.php
1238-
1239- -
1240- message : ' #^Binary operation "\." between ' ' RICH TEXT\: ' ' and mixed results in an error\.$#'
1241- identifier : binaryOp.invalid
1242- count : 1
1243- path : src/PhpSpreadsheet/Reader/Html.php
1244-
1245- -
1246- message : ' #^Parameter \#4 \$cellContent of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementBr\(\) expects string, mixed given\.$#'
1247- identifier : argument.type
1248- count : 1
1249- path : src/PhpSpreadsheet/Reader/Html.php
1250-
1251- -
1252- message : ' #^Parameter \#5 \$cellContent of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElement\(\) expects string, mixed given\.$#'
1253- identifier : argument.type
1254- count : 3
1255- path : src/PhpSpreadsheet/Reader/Html.php
1256-
1257- -
1258- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementBr\(\) expects string, mixed given\.$#'
1259- identifier : parameterByRef.type
1260- count : 1
1261- path : src/PhpSpreadsheet/Reader/Html.php
1262-
1263- -
1264- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementH1Etc\(\) expects string, mixed given\.$#'
1265- identifier : parameterByRef.type
1266- count : 2
1267- path : src/PhpSpreadsheet/Reader/Html.php
1268-
1269- -
1270- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementHr\(\) expects string, mixed given\.$#'
1271- identifier : parameterByRef.type
1272- count : 1
1273- path : src/PhpSpreadsheet/Reader/Html.php
1274-
1275- -
1276- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementLi\(\) expects string, mixed given\.$#'
1277- identifier : parameterByRef.type
1278- count : 2
1279- path : src/PhpSpreadsheet/Reader/Html.php
1280-
1281- -
1282- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementTable\(\) expects string, mixed given\.$#'
1283- identifier : parameterByRef.type
1284- count : 1
1285- path : src/PhpSpreadsheet/Reader/Html.php
1286-
1287- -
1288- message : ' #^Parameter &\$cellContent by\-ref type of method PhpOffice\\PhpSpreadsheet\\Reader\\Html\:\:processDomElementThTd\(\) expects string, mixed given\.$#'
1289- identifier : parameterByRef.type
1290- count : 1
1291- path : src/PhpSpreadsheet/Reader/Html.php
1292-
1293- -
1294- message : ' #^Binary operation "\-" between mixed and 1 results in an error\.$#'
1295- identifier : binaryOp.invalid
1296- count : 1
1297- path : src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.php
1298-
1299- -
1300- message : ' #^Method PhpOffice\\PhpSpreadsheet\\Shared\\CodePage\:\:numberToName\(\) should return string but returns mixed\.$#'
1301- identifier : return.type
1302- count : 1
1303- path : src/PhpSpreadsheet/Shared/CodePage.php
1304-
1305- -
1306- message : ' #^Parameter \#2 \$to_encoding of function iconv expects string, mixed given\.$#'
1307- identifier : argument.type
1308- count : 1
1309- path : src/PhpSpreadsheet/Shared/CodePage.php
1310-
13111203 -
13121204 message : ' #^Cannot access an offset on mixed\.$#'
13131205 identifier : offsetAccess.nonOffsetAccessible
@@ -1379,105 +1271,3 @@ parameters:
13791271 identifier : clone.nonObject
13801272 count : 2
13811273 path : src/PhpSpreadsheet/Shared/OLE/PPS.php
1382-
1383- -
1384- message : ' #^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
1385- identifier : foreach.nonIterable
1386- count : 1
1387- path : src/PhpSpreadsheet/Spreadsheet.php
1388-
1389- -
1390- message : ' #^Cannot clone non\-object variable \$item of type mixed\.$#'
1391- identifier : clone.nonObject
1392- count : 1
1393- path : src/PhpSpreadsheet/Spreadsheet.php
1394-
1395- -
1396- message : ' #^Method PhpOffice\\PhpSpreadsheet\\Spreadsheet\:\:copy\(\) should return PhpOffice\\PhpSpreadsheet\\Spreadsheet but returns mixed\.$#'
1397- identifier : return.type
1398- count : 1
1399- path : src/PhpSpreadsheet/Spreadsheet.php
1400-
1401- -
1402- message : ' #^Method PhpOffice\\PhpSpreadsheet\\Spreadsheet\:\:getRibbonBinObjects\(\) should return array\|null but returns mixed\.$#'
1403- identifier : return.type
1404- count : 1
1405- path : src/PhpSpreadsheet/Spreadsheet.php
1406-
1407- -
1408- message : ' #^Binary operation "\." between ' ' "' ' and mixed results in an error\.$#'
1409- identifier : binaryOp.invalid
1410- count : 1
1411- path : src/PhpSpreadsheet/Style/ConditionalFormatting/CellMatcher.php
1412-
1413- -
1414- message : ' #^Binary operation "\*" between 24\|1440\|86400 and mixed results in an error\.$#'
1415- identifier : binaryOp.invalid
1416- count : 1
1417- path : src/PhpSpreadsheet/Style/NumberFormat/DateFormatter.php
1418-
1419- -
1420- message : ' #^Cannot cast mixed to string\.$#'
1421- identifier : cast.string
1422- count : 2
1423- path : src/PhpSpreadsheet/Style/NumberFormat/Formatter.php
1424-
1425- -
1426- message : ' #^Parameter \#2 \$replace of function str_replace expects array\<string\>\|string, mixed given\.$#'
1427- identifier : argument.type
1428- count : 1
1429- path : src/PhpSpreadsheet/Style/NumberFormat/Formatter.php
1430-
1431- -
1432- message : ' #^Binary operation "\*\=" between mixed and int\<1, max\> results in an error\.$#'
1433- identifier : assignOp.invalid
1434- count : 1
1435- path : src/PhpSpreadsheet/Style/NumberFormat/NumberFormatter.php
1436-
1437- -
1438- message : ' #^Cannot clone non\-object variable \$v of type mixed\.$#'
1439- identifier : clone.nonObject
1440- count : 1
1441- path : src/PhpSpreadsheet/Worksheet/AutoFilter.php
1442-
1443- -
1444- message : ' #^Cannot clone non\-object variable \$v of type mixed\.$#'
1445- identifier : clone.nonObject
1446- count : 1
1447- path : src/PhpSpreadsheet/Worksheet/Table.php
1448-
1449- -
1450- message : ' #^Parameter \#2 \$subject of function preg_match expects string, mixed given\.$#'
1451- identifier : argument.type
1452- count : 1
1453- path : src/PhpSpreadsheet/Worksheet/Worksheet.php
1454-
1455- -
1456- message : ' #^Parameter \#2 \$cellAddress of method PhpOffice\\PhpSpreadsheet\\Writer\\Html\:\:generateRowCellCss\(\) expects string, mixed given\.$#'
1457- identifier : argument.type
1458- count : 1
1459- path : src/PhpSpreadsheet/Writer/Html.php
1460-
1461- -
1462- message : ' #^Parameter \#1 \$token of method PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Parser\:\:convert\(\) expects string, mixed given\.$#'
1463- identifier : argument.type
1464- count : 1
1465- path : src/PhpSpreadsheet/Writer/Xls/Parser.php
1466-
1467- -
1468- message : ' #^Parameter \#1 \$tree of method PhpOffice\\PhpSpreadsheet\\Writer\\Xls\\Parser\:\:toReversePolish\(\) expects array, mixed given\.$#'
1469- identifier : argument.type
1470- count : 1
1471- path : src/PhpSpreadsheet/Writer/Xls/Parser.php
1472-
1473- -
1474- message : ' #^Cannot cast mixed to string\.$#'
1475- identifier : cast.string
1476- count : 1
1477- path : src/PhpSpreadsheet/Writer/Xlsx/Chart.php
1478-
1479- -
1480- message : ' #^Parameter \#2 \$subject of function preg_match expects string, mixed given\.$#'
1481- identifier : argument.type
1482- count : 1
1483- path : src/PhpSpreadsheet/Writer/Xlsx/Worksheet.php
0 commit comments