diff --git a/art/social.png b/art/social.png index d7bd2c5..fdc1040 100644 Binary files a/art/social.png and b/art/social.png differ diff --git a/src/Resources/Efactura.php b/src/Resources/Efactura.php index e2aeed3..c595daa 100644 --- a/src/Resources/Efactura.php +++ b/src/Resources/Efactura.php @@ -42,6 +42,7 @@ public function upload(string $xml_path, string $tax_identification_number, Uplo $response = $this->transporter->requestObject($payload); if (! array_key_exists('@attributes', $response)) { + /** @var array{message: string} $response */ throw new RuntimeException($response['message']); } diff --git a/tests/Transporters/HttpTransporterObject.php b/tests/Transporters/HttpTransporterObject.php index c7634b5..25c84d6 100644 --- a/tests/Transporters/HttpTransporterObject.php +++ b/tests/Transporters/HttpTransporterObject.php @@ -1,7 +1,6 @@