-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
psalm-baseline.xml
68 lines (68 loc) · 2.81 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
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<file src="src/DependencyInjection/Configuration.php">
<UndefinedMethod>
<code>children</code>
</UndefinedMethod>
</file>
<file src="src/Test/AbstractSitemapServiceTestCase.php">
<InternalClass>
<code><![CDATA[new AssertionFailedError(
sprintf("The url '%s' was expected to be called actually was not called", $data['location'])
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf(
"The url '%s' was expected with %s changefreq. %s given.",
$url->getLoc(),
$data['changefreq'],
$url->getChangeFreq()
)
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf(
"The url '%s' was expected with %s priority. %s given.",
$url->getLoc(),
$data['priority'],
$url->getPriority()
)
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf("The url '%s' was expected with a different lastmod.", $url->getLoc())
)]]></code>
<code><![CDATA[new AssertionFailedError(sprintf("The url '%s' was not expected to be called.", $url->getLoc()))]]></code>
</InternalClass>
<InternalMethod>
<code><![CDATA[new AssertionFailedError(
sprintf("The url '%s' was expected to be called actually was not called", $data['location'])
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf(
"The url '%s' was expected with %s changefreq. %s given.",
$url->getLoc(),
$data['changefreq'],
$url->getChangeFreq()
)
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf(
"The url '%s' was expected with %s priority. %s given.",
$url->getLoc(),
$data['priority'],
$url->getPriority()
)
)]]></code>
<code><![CDATA[new AssertionFailedError(
sprintf("The url '%s' was expected with a different lastmod.", $url->getLoc())
)]]></code>
<code><![CDATA[new AssertionFailedError(sprintf("The url '%s' was not expected to be called.", $url->getLoc()))]]></code>
</InternalMethod>
<InvalidArgument>
<code>$data</code>
<code>$data</code>
<code>$data</code>
</InvalidArgument>
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$data = &$this->urls[$index]]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
</files>