mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-22 16:19:19 +00:00
Fix phpcs, phpstan and scrutinizer issues
This commit is contained in:
@@ -17,7 +17,7 @@ class LocaleGeneratorTest extends TestCase
|
||||
$phpSpreadsheetFunctions = $phpSpreadsheetFunctionsProperty->getValue();
|
||||
|
||||
$localeGenerator = new LocaleGenerator(
|
||||
realpath(__DIR__ . '/../../src/PhpSpreadsheet/Calculation/locale/'),
|
||||
(string) realpath(__DIR__ . '/../../src/PhpSpreadsheet/Calculation/locale/'),
|
||||
'Translations.xlsx',
|
||||
$phpSpreadsheetFunctions
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user