| 1 | <?php |
||
| 15 | class PassControl |
||
| 16 | { |
||
| 17 | use GenerateOutput; |
||
| 18 | |||
| 19 | private $doctrine; |
||
| 20 | |||
| 21 | private $checkAnswers; |
||
| 22 | |||
| 23 | private $deactivation; |
||
| 24 | |||
| 25 | public function __construct(RegistryInterface $registryInterface, $checkAnswers, DeactivationPassModule $deactivationPassModule) |
||
| 31 | |||
| 32 | public function process(array $data) |
||
| 56 | } |
||
| 57 |
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.