-
Notifications
You must be signed in to change notification settings - Fork 4
/
psalm-baseline.xml
36 lines (36 loc) · 1.37 KB
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<file src="src/Container/Command/ConsumeCommandFactory.php">
<DeprecatedClass>
<code>StopWorkerOnSigtermSignalListener::class</code>
<code>new StopWorkerOnSigtermSignalListener($logger)</code>
</DeprecatedClass>
</file>
<file src="src/Container/DoctrineTransportFactory.php">
<InternalClass>
<code>Connection::buildConfiguration($dsn, $options)</code>
<code>new Connection($configuration, $driverConnection)</code>
</InternalClass>
<InternalMethod>
<code>Connection::buildConfiguration($dsn, $options)</code>
<code>new Connection($configuration, $driverConnection)</code>
</InternalMethod>
<MixedArgument>
<code><![CDATA[$configuration['connection']]]></code>
</MixedArgument>
</file>
<file src="tests/LaminasCliIntegrationTest.php">
<InternalClass>
<code>new ContainerCommandLoader($container, $commands)</code>
</InternalClass>
<InternalMethod>
<code>new ContainerCommandLoader($container, $commands)</code>
</InternalMethod>
</file>
<file src="tests/ServiceManagerIntegrationTest.php">
<DeprecatedClass>
<code>StopWorkerOnSigtermSignalListener::class</code>
<code>StopWorkerOnSigtermSignalListener::class</code>
</DeprecatedClass>
</file>
</files>