| 1 | <?php |
||
| 15 | class SudoMainLocationLoader implements ContentInfoLocationLoader |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var \eZ\Publish\API\Repository\Repository|\eZ\Publish\Core\Repository\Repository |
||
| 19 | */ |
||
| 20 | private $repository; |
||
| 21 | |||
| 22 | public function __construct(Repository $repository) |
||
| 26 | |||
| 27 | public function loadLocation(ContentInfo $contentInfo) |
||
| 35 | } |
||
| 36 |
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.