From b18304b10fbf27f956d9fbeba12a87b489e31dc5 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 16 Nov 2022 13:52:41 +0300 Subject: [PATCH] Update DaDataCompany.php Incorrect PHPDoc method description. Please correct the others in the same manner. --- src/Facades/DaDataCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facades/DaDataCompany.php b/src/Facades/DaDataCompany.php index 81e8ab1..a5afffe 100644 --- a/src/Facades/DaDataCompany.php +++ b/src/Facades/DaDataCompany.php @@ -7,7 +7,7 @@ /** * Class DaDataCompany * @package MoveMoveIo\DaData\Facades - * @method \MoveMoveIo\DaData\DaDataCompany id(string $id, int $count, string $kpp, int $branch_type, int $type) + * @method array id(string $id, int $count, string $kpp = null, int $branch_type = BranchType::MAIN, int $type = CompanyType::LEGAL) * @method \MoveMoveIo\DaData\DaDataCompany prompt(string $company, int $count, array $status, int $type, string $locations, string $locations_boost) * @method \MoveMoveIo\DaData\DaDataCompany affiliated(string $id, int $count, array $scope) *