Actions
Bug #42057
closedCompatibility Class Loader fails to rewrite abstract functions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The compatibility class loader rewrites typehints of classes
but fails to find abstract class declarations which end with
an ; and not with a {
Adjust the regular expression to reflect that need.
Actions