Static analysis cleanup

This commit is contained in:
David Bomba 2025-08-08 15:14:21 +10:00
parent 3791469c31
commit 5ff70dbeae
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class VerifactuModificationTest extends TestCase
if (!empty($errors)) { if (!empty($errors)) {
nlog('Verifactu Validation Errors:'); nlog('Verifactu Validation Errors:');
nlog($validXml); nlog($xml);
nlog($errors); nlog($errors);
} }