Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | trait RegularExpresionTrait |
||
6 | { |
||
7 | /** |
||
8 | * Parsing through the expressions and generating a fitting output for the RegularExpression filter. |
||
9 | * |
||
10 | * @param array $regularExpressions |
||
11 | * |
||
12 | * @return array |
||
13 | */ |
||
14 | 2 | protected function generateRegularExpressionsOptionsArray(array $regularExpressions): array |
|
26 |