Skip to content

Commit

Permalink
Merge pull request #209 from sendinblue/feature_AP-2076
Browse files Browse the repository at this point in the history
AP-2076 : making PSR-4 compliant
  • Loading branch information
preetishishodia7 authored Apr 8, 2022
2 parents 2a2142b + 52af327 commit 74d4b0f
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Name | Type | Description | Notes

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Name | Type | Description | Notes

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Name | Type | Description | Notes

[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)


2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/

$GLOBALS['version'] = '8.1.0';
$GLOBALS['version'] = '8.2.1';

class Configuration
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,3 @@ public function __toString()
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,3 @@ public function __toString()
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,3 @@ public function __toString()
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ public function testPropertyBatches()
{
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ public function testPropertyStatus()
{
}
}

0 comments on commit 74d4b0f

Please sign in to comment.