The class AOE\Crawler\Api\CrawlerApi has been deprecated: Since v9.2.0 - This class will be removed when dropping support for TYPO3 9LTS and 10LTS
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
6
class tx_crawler_api extends /** @scrutinizer ignore-deprecated */ AOE\Crawler\Api\CrawlerApi
Loading history...
7
{
8
}
9
10
/**
11
* @deprecated
12
*/
13
class tx_crawler_domain_events_dispatcher extends AOE\Crawler\Event\EventDispatcher
The type AOE\Crawler\Event\EventDispatcher was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. excluded_paths:["lib/*"],
you can move it to the dependency path list as follows:
The type AOE\Crawler\Hooks\TsfeHook was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. excluded_paths:["lib/*"],
you can move it to the dependency path list as follows: