Skip to content

Commit

Permalink
[ECVS-6] removed todo flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanim committed Dec 21, 2023
1 parent cbd7553 commit 1782b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FaultCodeExceptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class FaultCodeExceptionFactory
{
public function create(string $faultCode): VatNumberValidationException
{
// TODO: implement
switch ($faultCode) {
case FaultCodes::INVALID_INPUT:
return new InvalidInputServiceException();
Expand Down

0 comments on commit 1782b8e

Please sign in to comment.