-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
120 lines (120 loc) · 6.25 KB
/
Copy pathpsalm-baseline.xml
File metadata and controls
120 lines (120 loc) · 6.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
<file src="src/Cache/NullCache.php">
<MissingOverrideAttribute>
<code><![CDATA[public function clear(): bool]]></code>
<code><![CDATA[public function commit(): bool]]></code>
<code><![CDATA[public function deleteItem(string $key): bool]]></code>
<code><![CDATA[public function deleteItems(array $keys): bool]]></code>
<code><![CDATA[public function getItem(string $key): CacheItemInterface]]></code>
<code><![CDATA[public function getItems(array $keys = []): iterable]]></code>
<code><![CDATA[public function hasItem(string $key): bool]]></code>
<code><![CDATA[public function save(CacheItemInterface $item): bool]]></code>
<code><![CDATA[public function saveDeferred(CacheItemInterface $item): bool]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Cache/NullCacheItem.php">
<MissingOverrideAttribute>
<code><![CDATA[public function expiresAfter(int|DateInterval|null $time): static]]></code>
<code><![CDATA[public function expiresAt(DateTimeInterface|null $expiration): static]]></code>
<code><![CDATA[public function get(): mixed]]></code>
<code><![CDATA[public function getKey(): string]]></code>
<code><![CDATA[public function isHit(): bool]]></code>
<code><![CDATA[public function set(mixed $value): static]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/CacheFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): CacheItemPoolInterface]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/ConfigurationFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): Configuration]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/ConnectionFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): Connection]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/DriverFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): MappingDriver]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/EntityManagerFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): EntityManager]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/EventManagerFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): EventManager]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Migrations/CommandFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey, string $requestedName = ''): DoctrineCommand]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
<code><![CDATA[public function __invoke(ContainerInterface $container, string $requestedName = ''): DoctrineCommand]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Migrations/ConfigurationLoaderFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): ConfigurationLoader]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Migrations/DependencyFactoryFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): DependencyFactory]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="test/Cache/NullCacheTest.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function setUp(): void]]></code>
</MissingOverrideAttribute>
</file>
<file src="test/ConnectionFactoryTest.php">
<InternalMethod>
<code><![CDATA[addToAssertionCount]]></code>
<code><![CDATA[getParams]]></code>
<code><![CDATA[getParams]]></code>
<code><![CDATA[getParams]]></code>
<code><![CDATA[getParams]]></code>
</InternalMethod>
<MissingOverrideAttribute>
<code><![CDATA[public function setUp(): void]]></code>
</MissingOverrideAttribute>
</file>
<file src="test/TestAsset/StubEventListener.php">
<PossiblyUnusedMethod>
<code><![CDATA[onFlush]]></code>
</PossiblyUnusedMethod>
</file>
<file src="test/TestAsset/StubEventSubscriber.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSubscribedEvents(): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="test/TestAsset/StubFactory.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function createWithConfig(ContainerInterface $container, string $configKey): string]]></code>
<code><![CDATA[protected function getDefaultConfig(string $configKey): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="test/TestAsset/StubFileDriver.php">
<MissingOverrideAttribute>
<code><![CDATA[protected function loadMappingFile($file): array]]></code>
<code><![CDATA[public function loadMetadataForClass($className, ClassMetadata $metadata): void]]></code>
</MissingOverrideAttribute>
</file>
</files>