Skip to content

Commit a8f473e

Browse files
author
MarkBaker
committed
Switch to using sprintf() rather than concatenation for all calculation engine debug logging
1 parent 044836b commit a8f473e

File tree

3 files changed

+44
-47
lines changed

3 files changed

+44
-47
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,6 @@ parameters:
340340
count: 1
341341
path: src/PhpSpreadsheet/Calculation/DateTimeExcel/TimeValue.php
342342

343-
-
344-
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Engine\\\\Logger\\:\\:writeDebugLog\\(\\) has parameter \\$args with no type specified\\.$#"
345-
count: 1
346-
path: src/PhpSpreadsheet/Calculation/Engine/Logger.php
347-
348343
-
349344
message: "#^Method PhpOffice\\\\PhpSpreadsheet\\\\Calculation\\\\Engineering\\\\BesselJ\\:\\:besselj2a\\(\\) has no return type specified\\.$#"
350345
count: 1

0 commit comments

Comments
 (0)