Skip to content

Commit 40b6fc7

Browse files
committed
Excel Functions implementation method renaming
1 parent d05e27b commit 40b6fc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+233
-233
lines changed

infra/DocumentGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static function getPhpSpreadsheetFunctionText($functionCall): string
6060
if (is_string($functionCall)) {
6161
return $functionCall;
6262
}
63-
if ($functionCall === [Functions::class, 'DUMMY']) {
63+
if ($functionCall === [Functions::class, 'dummy']) {
6464
return '**Not yet Implemented**';
6565
}
6666
if (is_array($functionCall)) {

0 commit comments

Comments
 (0)