nelmio / NelmioApiDocBundle

Generates documentation for your REST API from annotations
MIT License
2.23k stars 833 forks source link

fix: add missing trigger_deprecation calls to deprecated classes, methods #2265

Open DominicLuidold opened 5 months ago

DominicLuidold commented 5 months ago
Q A
Bug fix? no
New feature? no
Deprecations? yes
Issues /

Adds missing deprecation triggers to classes and methods that have been deprecated with a @deprecated annotation.

DominicLuidold commented 3 months ago

@DjordyKoert Is there any way we could merge this PR? I unfortunately always have to keep up with the latest version changes (and update the PHPUnit baseline) after each release to keep the right version number (see e.g. b36a2191ae786eb5454c64622963a421afc20dfd). :sweat_smile:

DominicLuidold commented 1 month ago

I unfortunately always have to keep up with the latest version changes (and update the PHPUnit baseline) after each release to keep the right version number (see e.g. b36a219). 😅

If #2335 is merged before this, that's not necessary anymore (also, some changes would have to be reverted in this PR).