Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove deprecation & thrown exception & constructor defaults (
#2375) ## Description Refactor `FormModelDescriber`: - Remove default values from constructor params - The class is marked as internal so default params are not needed as we can rely on DI - Removed impossible deprecation `$mediaTypes` is not nullable - Removed impossible exception `$formFactory` could never be `null` ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [x] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [ ] CI ## Checklist - [x] I have made corresponding changes to the documentation (`docs/`) - [x] I have made corresponding changes to the changelog (`CHANGELOG.md`) (cherry picked from commit 1023c9d)
- Loading branch information