Skip to content

Commit d51e4ec

Browse files
MarkBakerMarkBaker
authored andcommitted
phpstan appeasement
1 parent 5336299 commit d51e4ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/PhpSpreadsheetTests/Calculation/MergedCellTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ protected function setUp(): void
2525
}
2626

2727
/**
28+
* @param mixed $expectedResult
29+
*
2830
* @dataProvider providerWorksheetFormulae
2931
*/
3032
public function testMergedCellBehaviour(string $formula, $expectedResult): void
@@ -37,7 +39,7 @@ public function testMergedCellBehaviour(string $formula, $expectedResult): void
3739
self::assertSame($expectedResult, $result);
3840
}
3941

40-
public function providerWorksheetFormulae()
42+
public function providerWorksheetFormulae(): array
4143
{
4244
return [
4345
['=SUM(A1:A5)', 6.6],

0 commit comments

Comments
 (0)