Actions
Task #105070
openCreate Integrity check for static class properties
Start date:
2024-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Static class properties are evil by design, might spoil the environment when being public and always get into the way of testing.
We check now whether classes have such constructs and break the pipeline.
Actions