| Total Complexity | 5 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 21.43% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | trait Expressions |
||
| 8 | { |
||
| 9 | 1 | protected function incExp(?string $exp, int $step = 1): ?string |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @see https://stackoverflow.com/q/413071/2732184 |
||
| 22 | * @see https://www.regextester.com/97707 |
||
| 23 | */ |
||
| 24 | protected function translate(string $text, string $pattern = '/[^{\}]+(?=})/'): string |
||
| 42 |