Update CsvContiguousTest.php

This commit is contained in:
oleibman 2021-05-16 11:48:12 -07:00 committed by GitHub
parent 1d4e4af705
commit 294933c9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CsvContiguousTest extends TestCase
self::assertSame('-20.1', self::getCellValue($spreadsheet, 'Country Data #3', 'C6'));
}
private function getCellValue(Spreadsheet $spreadsheet, string $sheetName, string $cellAddress): string
private static function getCellValue(Spreadsheet $spreadsheet, string $sheetName, string $cellAddress): string
{
$sheet = $spreadsheet->getSheetByName($sheetName);
if ($sheet === null) {