Issues (138)

Migrations/Code/LegacyClassesForIde.php (3 issues)

1
<?php
2
3
/**
4
 * @deprecated
5
 */
6
class tx_crawler_api extends AOE\Crawler\Api\CrawlerApi
0 ignored issues
show
Deprecated Code introduced by
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
0 ignored issues
show
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:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
14
{
15
}
16
17
/**
18
 * @deprecated
19
 */
20
class tx_crawler_domain_process extends AOE\Crawler\Domain\Model\Process
21
{
22
}
23
24
/**
25
 * @deprecated
26
 */
27
class tx_crawler_domain_process_collection extends AOE\Crawler\Domain\Model\ProcessCollection
28
{
29
}
30
31
/**
32
 * @deprecated
33
 */
34
class tx_crawler_domain_process_manager extends AOE\Crawler\Service\ProcessService
35
{
36
}
37
38
/**
39
 * @deprecated
40
 */
41
class tx_crawler_domain_process_repository extends AOE\Crawler\Domain\Repository\ProcessRepository
42
{
43
}
44
45
/**
46
 * @deprecated
47
 */
48
class tx_crawler_domain_queue_entry extends AOE\Crawler\Domain\Model\Queue
49
{
50
}
51
52
/**
53
 * @deprecated
54
 */
55
class tx_crawler_domain_queue_repository extends AOE\Crawler\Domain\Repository\QueueRepository
56
{
57
}
58
59
/**
60
 * @deprecated
61
 */
62
class tx_crawler_domain_reason extends AOE\Crawler\Domain\Model\Reason
63
{
64
}
65
66
/**
67
 * @deprecated
68
 */
69
class tx_crawler_hooks_processCleanUp extends AOE\Crawler\Hooks\ProcessCleanUpHook
70
{
71
}
72
73
/**
74
 * @deprecated
75
 */
76
class tx_crawler_hooks_tsfe extends AOE\Crawler\Hooks\TsfeHook
0 ignored issues
show
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:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
77
{
78
}
79
80
/**
81
 * @deprecated
82
 */
83
class tx_crawler_lib extends AOE\Crawler\Controller\CrawlerController
84
{
85
}
86
87
/**
88
 * @deprecated
89
 */
90
class tx_crawler_modfunc1 extends AOE\Crawler\Backend\BackendModule
91
{
92
}
93
94
/**
95
 * @deprecated
96
 */
97
class tx_crawler_tcafunc extends AOE\Crawler\Utility\TcaUtility
98
{
99
}
100