forked from GitLabPHP/Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
25 lines (25 loc) · 801 Bytes
/
psalm-baseline.xml
File metadata and controls
25 lines (25 loc) · 801 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.7.6@ae4ec68e00e4880e3f00b1edd2da891236d749ab">
<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/ResultPager.php">
<InaccessibleProperty>
<code><![CDATA[$clone->perPage]]></code>
</InaccessibleProperty>
</file>
</files>