Actions
Bug #87622
closedMinimum required prophecy version is incompatible with object (return) type declarations
Start date:
2019-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Recent changes like https://review.typo3.org/c/59600/ introduced object
return type decarations which are only supported as of prophecy version 1.7.5.
This caused nightly, composer minimum builds, to fail: https://bamboo.typo3.com/browse/CORE-GTN-UT2PHP72-646
Therefore the default minimum – as required by phpunit (^1.7) – needs to be raised to 1.7.5.
Actions