| 1 | <?php |
||
| 16 | class YumlController extends AbstractActionController |
||
| 17 | { |
||
| 18 | /** @var Client */ |
||
| 19 | protected $httpClient; |
||
| 20 | |||
| 21 | 1 | public function __construct(Client $httpClient) |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Redirects the user to a YUML graph drawn with the provided `dsl_text` |
||
| 28 | * |
||
| 29 | * @throws UnexpectedValueException if the YUML service answered incorrectly. |
||
| 30 | */ |
||
| 31 | 2 | public function indexAction() : Response |
|
| 46 | } |
||
| 47 |
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.