forked from thephpleague/fractal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm.baseline.xml
More file actions
24 lines (24 loc) · 854 Bytes
/
psalm.baseline.xml
File metadata and controls
24 lines (24 loc) · 854 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.22.0@fc2c6ab4d5fa5d644d8617089f012f3bb84b8703">
<file src="src/Pagination/DoctrinePaginatorAdapter.php">
<InvalidNullableReturnType occurrences="1">
<code>int</code>
</InvalidNullableReturnType>
<NullableReturnStatement occurrences="1">
<code>$this->paginator->getQuery()->getMaxResults()</code>
</NullableReturnStatement>
</file>
<file src="src/Pagination/IlluminatePaginatorAdapter.php">
<UndefinedInterfaceMethod occurrences="1">
<code>count</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Scope.php">
<UndefinedInterfaceMethod occurrences="1">
<code>getMeta</code>
</UndefinedInterfaceMethod>
<UndefinedMethod occurrences="1">
<code>transform</code>
</UndefinedMethod>
</file>
</files>