Skip to content

Commit

Permalink
Update client code for 714d857cabdb48ac37c4c37b32ceee79f555239f (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplusbot authored Mar 1, 2024
1 parent 7642c24 commit fa253c1
Show file tree
Hide file tree
Showing 8 changed files with 2,409 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/client/Model/ResponseWrapperPhishingSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function getCode()
/**
* Sets code
*
* @param int $code Code 1: Success
* @param int $code Code 1Success
*
* @return $this
*/
Expand Down
6 changes: 3 additions & 3 deletions src/lib/client/Model/ResponseWrapperPhishingSiteResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ResponseWrapperPhishingSiteResult implements ModelInterface, ArrayAccess
* @var string[]
*/
protected static $swaggerTypes = [
'website_contract_security' => 'string[]',
'website_contract_security' => '\Swagger\Client\Model\ResponseWrapperPhishingSiteResultWebsiteContractSecurity[]',
'phishing_site' => 'int'
];

Expand Down Expand Up @@ -211,7 +211,7 @@ public function valid()
/**
* Gets website_contract_security
*
* @return string[]
* @return \Swagger\Client\Model\ResponseWrapperPhishingSiteResultWebsiteContractSecurity[]
*/
public function getWebsiteContractSecurity()
{
Expand All @@ -221,7 +221,7 @@ public function getWebsiteContractSecurity()
/**
* Sets website_contract_security
*
* @param string[] $website_contract_security website_contract_security
* @param \Swagger\Client\Model\ResponseWrapperPhishingSiteResultWebsiteContractSecurity[] $website_contract_security website_contract_security
*
* @return $this
*/
Expand Down
Loading

0 comments on commit fa253c1

Please sign in to comment.