[BUGFIX] Fix type annotations in extbase Annotation classes
This change makes the parameter type annotations consistent with the property type annotations in the affected classes. This allows PHPStan to catch calls with invalid argument types. Resolves: #102887 Related: #102885 Releases: main, 12.4 Change-Id: I0cb1ab2ce5da1a40ae670d65e4997a456ef7a8c3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82601 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php 1 addition, 1 deletiontypo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php
- typo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php 3 additions, 1 deletiontypo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php
- typo3/sysext/extbase/Classes/Annotation/Validate.php 1 addition, 1 deletiontypo3/sysext/extbase/Classes/Annotation/Validate.php
Please register or sign in to comment