| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | trait NormalizesArrayFunctions |
||
| 13 | { |
||
| 14 | 2 | protected function normalizeFirst(QueryBuilder $queryBuilder) |
|
| 17 | 2 | } |
|
| 18 | |||
| 19 | 1 | protected function normalizeLast(QueryBuilder $queryBuilder) |
|
| 22 | 1 | } |
|
| 23 | |||
| 24 | 2 | protected function normalizeLength(QueryBuilder $queryBuilder) |
|
| 25 | { |
||
| 26 | 2 | $this->normalizeArrays($queryBuilder); |
|
| 27 | 2 | } |
|
| 28 | |||
| 29 | 1 | protected function normalizeCountDistinct(QueryBuilder $queryBuilder) |
|
| 32 | 1 | } |
|
| 33 | } |
||
| 34 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.