-
-
Notifications
You must be signed in to change notification settings - Fork 452
/
psalm-baseline.xml
35 lines (35 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<file src="src/Api/AbstractApi.php">
<InvalidArgument>
<code><![CDATA[function () use ($filename, $mode, &$ex): void {
$ex = new RuntimeException(\sprintf(
'Unable to open %s using mode %s: %s',
$filename,
$mode,
\func_get_args()[1]
));
}]]></code>
</InvalidArgument>
</file>
<file src="src/Api/Projects.php">
<TypeDoesNotContainType>
<code><![CDATA['is_int']]></code>
</TypeDoesNotContainType>
</file>
<file src="src/HttpClient/Plugin/Authentication.php">
<TooManyTemplateParams>
<code><![CDATA[Promise<ResponseInterface>]]></code>
</TooManyTemplateParams>
</file>
<file src="src/HttpClient/Plugin/ExceptionThrower.php">
<TooManyTemplateParams>
<code><![CDATA[Promise<ResponseInterface>]]></code>
</TooManyTemplateParams>
</file>
<file src="src/ResultPager.php">
<InaccessibleProperty>
<code><![CDATA[$clone->perPage]]></code>
</InaccessibleProperty>
</file>
</files>