1 | <?php |
||
7 | class ContainerAwareTrans |
||
8 | { |
||
9 | private $translator; |
||
10 | |||
11 | public function __construct(TranslatorInterface $translator) |
||
15 | |||
16 | /** |
||
17 | * @return array |
||
18 | */ |
||
19 | public function newAction() |
||
38 | |||
39 | public function getLine() |
||
48 | |||
49 | public function getPdfFilename(string $locale) |
||
53 | |||
54 | public function static() |
||
58 | } |
||
59 |
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.