changed repository url (#3708)

This commit is contained in:
Kevin Papst
2022-12-26 17:09:07 +01:00
committed by GitHub
parent 84cc65b008
commit 6a524f9f7c
18 changed files with 51 additions and 51 deletions

View File

@@ -105,7 +105,7 @@ abstract class AbstractSpreadsheetRenderer extends AbstractRenderer
}
if ($contentLooksLikeFormula && $firstReplacerPos === 0) {
// see https://github.com/kevinpapst/kimai2/pull/2054
// see https://github.com/kimai/kimai/pull/2054
$cell->setValueExplicit($value, DataType::TYPE_STRING);
} else {
$cell->setValue($value);