File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -2070,16 +2070,6 @@ parameters:
2070
2070
count : 1
2071
2071
path : src/PhpSpreadsheet/Reader/Ods.php
2072
2072
2073
- -
2074
- message : " #^Parameter \\ #1 \\ $settings of method PhpOffice\\\\ PhpSpreadsheet\\\\ Reader\\\\ Ods\\ :\\ :lookForActiveSheet\\ (\\ ) expects DOMElement, DOMElement\\ |null given\\ .$#"
2075
- count : 1
2076
- path : src/PhpSpreadsheet/Reader/Ods.php
2077
-
2078
- -
2079
- message : " #^Parameter \\ #1 \\ $settings of method PhpOffice\\\\ PhpSpreadsheet\\\\ Reader\\\\ Ods\\ :\\ :lookForSelectedCells\\ (\\ ) expects DOMElement, DOMElement\\ |null given\\ .$#"
2080
- count : 1
2081
- path : src/PhpSpreadsheet/Reader/Ods.php
2082
-
2083
2073
-
2084
2074
message : " #^Cannot use array destructuring on array\\ <string\\ >\\ |string\\ .$#"
2085
2075
count : 1
@@ -4280,6 +4270,11 @@ parameters:
4280
4270
count : 1
4281
4271
path : src/PhpSpreadsheet/Worksheet/Worksheet.php
4282
4272
4273
+ -
4274
+ message : " #^Cannot use array destructuring on array\\ <string\\ >\\ |string\\ .$#"
4275
+ count : 2
4276
+ path : src/PhpSpreadsheet/Worksheet/Worksheet.php
4277
+
4283
4278
-
4284
4279
message : " #^If condition is always true\\ .$#"
4285
4280
count : 2
Original file line number Diff line number Diff line change 2
2
3
3
namespace PhpOffice \PhpSpreadsheetTests \Calculation \Functions \LookupRef ;
4
4
5
- use PhpOffice \PhpSpreadsheet \Calculation \Calculation ;
6
5
use PhpOffice \PhpSpreadsheet \Calculation \Information \ExcelError ;
7
6
use PhpOffice \PhpSpreadsheet \Calculation \LookupRef \Filter ;
8
7
use PhpOffice \PhpSpreadsheet \Spreadsheet ;
You can’t perform that action at this time.
0 commit comments