-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
24 lines (24 loc) · 1010 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.22.0@fc2c6ab4d5fa5d644d8617089f012f3bb84b8703">
<file src="src/ActiveSubfolder.php">
<MixedReturnTypeCoercion occurrences="4">
<code>array<string, string></code>
<code>array<string, string></code>
<code>array_map($this->relativePather, $this->getFiles())</code>
<code>array_map($this->relativePather, $this->getFolders())</code>
</MixedReturnTypeCoercion>
</file>
<file src="src/FolderOperations.php">
<MixedReturnTypeCoercion occurrences="4">
<code>array<string, string></code>
<code>array<string, string></code>
<code>array_map($this->absolutePather, $this->getFiles())</code>
<code>array_map($this->absolutePather, $this->getFolders())</code>
</MixedReturnTypeCoercion>
</file>
<file src="src/PrependPath.php">
<MissingConstructor occurrences="1">
<code>$path</code>
</MissingConstructor>
</file>
</files>