Skip to content

Commit

Permalink
Update parameter annotation in RetrieveResponseGeneralData
Browse files Browse the repository at this point in the history
The docblock parameter annotation in the `from` method of `RetrieveResponseGeneralData` class has been updated. The 'forma_de_proprietate', 'forma_organizare', and 'forma_juridica' items were removed from the array in the annotation.
  • Loading branch information
ciungulete committed Dec 9, 2023
1 parent f3350ab commit 1dcd4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Responses/Info/RetrieveResponseGeneralData.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private function __construct(
}

/**
* @param array{cui: int, data: string, denumire: string, adresa: string, nrRegCom: string, telefon: string, fax: string, codPostal: string, act: string, stare_inregistrare: string, data_inregistrare: string, cod_CAEN: string, iban: string, statusRO_e_Factura: bool, organFiscalCompetent: string, forma_de_proprietate: string, forma_organizare: string, forma_juridica: string} $attributes
* @param array{cui: int, data: string, denumire: string, adresa: string, nrRegCom: string, telefon: string, fax: string, codPostal: string, act: string, stare_inregistrare: string, data_inregistrare: string, cod_CAEN: string, iban: string, statusRO_e_Factura: bool, organFiscalCompetent: string } $attributes
*/
public static function from(array $attributes): self
{
Expand Down

0 comments on commit 1dcd4de

Please sign in to comment.