Fix phpcs, phpstan and scrutinizer issues

This commit is contained in:
MarkBaker
2021-05-28 22:11:43 +02:00
committed by Mark Baker
parent e0e5a81d69
commit 5e531b4511
4 changed files with 8 additions and 21 deletions
@@ -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
);