Skip to content

Commit 3165b07

Browse files
committed
fix
1 parent 1f5695c commit 3165b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function create(array $parameters): CreateResponse|CreateResponses
4040
*/
4141
$response = $this->transporter->requestObject($payload);
4242

43-
if (count($response['found']) === 0) {
43+
if ($response['found'] === []) {
4444
throw new TaxIdentificationNumberNotFoundException();
4545
}
4646

0 commit comments

Comments
 (0)