Actions
Task #104536
closedAdd PhpStand max failure to baseline
Start date:
2024-08-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
------ -------------------------------------------------------------------
Line core/Classes/DataHandling/SlugHelper.php
------ -------------------------------------------------------------------
128 Regex pattern is invalid: Compilation failed: quantifier does not
follow a repeatable item at offset 5 in pattern: /.*{2,}/
:identification_card: regexp.pattern
------ -------------------------------------------------------------------
We could not find the reason for that mangled regex and think it is a bug in phpstan. In order got return a nice green status to our nightly CI, the error is added to the baseline and reviewed later on, when a reason is found.
Actions