| 1 | <?php |
||
| 21 | class FieldDefinitionNode extends Rule |
||
| 22 | { |
||
| 23 | use DescriptionProvider; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return TypeHintNode|NodeInterface |
||
| 27 | */ |
||
| 28 | public function getTypeHint(): TypeHintNode |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function getFieldName(): string |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return iterable|ArgumentDefinitionNode[] |
||
| 43 | */ |
||
| 44 | public function getArguments(): iterable |
||
| 55 | } |
||
| 56 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.