Skip to content

Commit

Permalink
Fix method visibillity in ZugferdKositValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 16, 2024
1 parent 6e5901e commit 1542533
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 @@ -354,7 +354,7 @@ private function resolveAppZipFilename(): string
*
* @return string
*/
public function resolveScenatioZipFilename(): string
private function resolveScenatioZipFilename(): string
{
return PathUtils::combinePathWithFile($this->resolveBaseDirectory(), $this->validatorScenarioZipFilename);
}
Expand Down

0 comments on commit 1542533

Please sign in to comment.