Skip to content

Commit

Permalink
fixed issue created by codegen - swagger-api/swagger-codegen#12462
Browse files Browse the repository at this point in the history
  • Loading branch information
akoziolsc committed Oct 23, 2024
1 parent 282c6f2 commit 8074e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger/SwaggerClient-php/lib/Model/CuratedResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function __construct(array $data = null)
*/
public function listInvalidProperties()
{
$invalidProperties = parent::listInvalidProperties();
$invalidProperties = [];

return $invalidProperties;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function __construct(array $data = null)
*/
public function listInvalidProperties()
{
$invalidProperties = parent::listInvalidProperties();
$invalidProperties = [];

return $invalidProperties;
}
Expand Down

0 comments on commit 8074e35

Please sign in to comment.