Skip to content

Commit ee1e56d

Browse files
author
Mark Baker
authored
Merge pull request #2653 from PHPOffice/CalcEngine-Debug-Log-Test
Unit test for the Calculation Engine debug log; and switch to using `sprintf()` rather than concatenation for debug messages
2 parents ac33bd9 + a8f473e commit ee1e56d

File tree

4 files changed

+169
-47
lines changed

4 files changed

+169
-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)