File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/PhpSpreadsheet/Style/ConditionalFormatting Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
use PhpOffice \PhpSpreadsheet \Cell \Cell ;
8
8
use PhpOffice \PhpSpreadsheet \Cell \Coordinate ;
9
9
use PhpOffice \PhpSpreadsheet \Style \Conditional ;
10
+ use PhpOffice \PhpSpreadsheet \Worksheet \Worksheet ;
10
11
11
12
class CellMatcher
12
13
{
@@ -29,17 +30,14 @@ class CellMatcher
29
30
Conditional::CONDITION_UNIQUE => "COUNTIF('%s'!%s,%s)=1 " ,
30
31
];
31
32
32
- /**
33
- * @var Cell
34
- */
35
- protected $ cell ;
33
+ protected Cell $ cell ;
36
34
37
35
/**
38
36
* @var int
39
37
*/
40
38
protected $ cellRow ;
41
39
42
- protected \ PhpOffice \ PhpSpreadsheet \ Worksheet \ Worksheet $ worksheet ;
40
+ protected Worksheet $ worksheet ;
43
41
44
42
/**
45
43
* @var int
@@ -66,7 +64,7 @@ class CellMatcher
66
64
*/
67
65
protected $ referenceColumn ;
68
66
69
- protected \ PhpOffice \ PhpSpreadsheet \ Calculation \ Calculation $ engine ;
67
+ protected Calculation $ engine ;
70
68
71
69
public function __construct (Cell $ cell , string $ conditionalRange )
72
70
{
You can’t perform that action at this time.
0 commit comments