Skip to content

Commit

Permalink
Merge pull request #8 from hkwak/#6-unreachable-statement
Browse files Browse the repository at this point in the history
remove unreachable statement
  • Loading branch information
pH-7 committed Oct 26, 2018
2 parents a567215 + 60912a8 commit 9edd163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Vat/Provider/Europa.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public function getResource($sVatNumber, string $sCountryCode): stdClass
} catch (SoapFault $oExcept) {
//trigger_error('Impossible to retrieve the VAT details: ' . $oExcept->faultstring);
throw new Exception('Impossible to retrieve the VAT details: ' . $oExcept->faultstring);

return new stdClass;
}
}
}

0 comments on commit 9edd163

Please sign in to comment.