Skip to content

Commit

Permalink
[ENH] More improvemets to ZugferdKositValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 17, 2024
1 parent 05544c5 commit 6e3a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZugferdKositValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public function getProcessOutput(): array
*/
private function checkRequirements(): bool
{
if ($this->checkRequirementsGeneral()) {
if ($this->checkRequirementsGeneral() === false) {
return false;
}

Expand Down

0 comments on commit 6e3a1da

Please sign in to comment.