Bug #96713
closedFix incorrect Prophecy usages
100%
Description
- remove almost as many Prophecy-related warnings from the PHPStan baseline as possible
- fix incorrect type annotations for prophecies
- use native type annotations for prophecies
- remove redundant type annotations with Prophecy that are already covered by the PHPStan Prophecy plugin
Updated by Oliver Klee almost 3 years ago
- Subject changed from Fix incorrect Prophecy usage to Fix incorrect Prophecy usages
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73238
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73238
Updated by Gerrit Code Review almost 3 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73238
Updated by Gerrit Code Review almost 3 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73238
Updated by Gerrit Code Review almost 3 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73238
Updated by Oliver Klee almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f32fdb1611bdc2ee501613e40d4850a54e8f647d.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73257
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73257
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73257
Updated by Oliver Klee almost 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 090f1874587b340d36968d95d7134e91161d3aff.
Updated by Benjamin Franzke almost 3 years ago
- Related to Task #96725: Use generics for ObjectProphecy class properties added