Skip to content

Commit 1014a03

Browse files
author
MarkBaker
committed
Resolve merge conflicts
1 parent 3bb6b42 commit 1014a03

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,16 +2070,6 @@ parameters:
20702070
count: 1
20712071
path: src/PhpSpreadsheet/Reader/Ods.php
20722072

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-
20832073
-
20842074
message: "#^Cannot use array destructuring on array\\<string\\>\\|string\\.$#"
20852075
count: 1
@@ -4280,6 +4270,11 @@ parameters:
42804270
count: 1
42814271
path: src/PhpSpreadsheet/Worksheet/Worksheet.php
42824272

4273+
-
4274+
message: "#^Cannot use array destructuring on array\\<string\\>\\|string\\.$#"
4275+
count: 2
4276+
path: src/PhpSpreadsheet/Worksheet/Worksheet.php
4277+
42834278
-
42844279
message: "#^If condition is always true\\.$#"
42854280
count: 2

tests/PhpSpreadsheetTests/Calculation/Functions/LookupRef/FilterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PhpOffice\PhpSpreadsheetTests\Calculation\Functions\LookupRef;
44

5-
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
65
use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError;
76
use PhpOffice\PhpSpreadsheet\Calculation\LookupRef\Filter;
87
use PhpOffice\PhpSpreadsheet\Spreadsheet;

0 commit comments

Comments
 (0)