Skip to content

AP-2076 : making PSR-4 compliant #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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()
{
}
}