mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-29 17:34:02 +00:00
fixed constructors PHPDocs wrong class names
This commit is contained in:
@@ -35,12 +35,15 @@ class DocumentObject implements DataTransferObject
|
||||
|
||||
/**
|
||||
* CompanyObject constructor.
|
||||
* @param int|null $country_id
|
||||
* @param int|null $company_id
|
||||
* @param int|null $owner_id
|
||||
* @param int|null $owner_type
|
||||
* @param null|string $document_type
|
||||
* @param string|null $reference
|
||||
* @param string|null $phone
|
||||
* @param string|null $email
|
||||
* @param string|null $wechat_id
|
||||
* @param int|null $status
|
||||
* @param int|null $approved_by
|
||||
* @param timestamp|null $issued_date
|
||||
* @param timestamp|null $expired_date
|
||||
* @param timestamp|null $approved_date
|
||||
*/
|
||||
public function __construct(
|
||||
?int $owner_id,
|
||||
|
||||
Reference in New Issue
Block a user