| Total Complexity | 1 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class InnerJoinTest extends AbstractJoinTest |
||
| 20 | { |
||
| 21 | protected string $filterClassName = InnerJoin::class; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param QueryBuilderInterface&MockObject $queryBuilder |
||
| 25 | * @param string $fieldName |
||
| 26 | * @param string $alias |
||
| 27 | * @param null|string|Composite|Base $joinCondition |
||
| 28 | * @param JoinConditionType|null $joinConditionType |
||
| 29 | * @param string|null $indexBy |
||
| 30 | */ |
||
| 31 | protected function assertFilterJoin( |
||
| 44 |
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.