Skip to content

OpenAPI: Make sure we do not override defined parameters #4137 #4138

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 5 commits into from
Mar 16, 2021

Conversation

soyuka
Copy link
Member

@soyuka soyuka commented Mar 15, 2021

Q A
Branch? 2.6
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #4137 #4124
License MIT
Doc PR na

Improves performances by 60% https://blackfire.io/profiles/compare/d6d1c64b-ec39-4ac9-ac9f-630dac371da4/graph

Uploading 20210316_17h22m14s_grim.png…

@soyuka soyuka force-pushed the fix/openapi-fixes branch 4 times, most recently from 5f11d6c to 127e0bf Compare March 15, 2021 17:23
@alanpoulain alanpoulain merged commit 32c5998 into api-platform:2.6 Mar 16, 2021
@alanpoulain
Copy link
Member

Thank you!

@@ -83,7 +83,7 @@ public function getDeprecated(): bool
return $this->deprecated;
}

public function canAllowEmptyValue(): bool
public function getAllowEmptyValue(): bool
Copy link
Contributor

@guilliamxavier guilliamxavier Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BC break? Did you intend to duplicate (like the other ones below) rather than rename the existing?

Update: #4203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants