-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
26 lines (26 loc) · 874 Bytes
/
psalm-baseline.xml
File metadata and controls
26 lines (26 loc) · 874 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
26
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.5.0@38fc8444edf0cebc9205296ee6e30e906ade783b">
<file src="src/ActiveRecord.php">
<MixedArgument>
<code><![CDATA[$primaryKey]]></code>
</MixedArgument>
<MixedReturnStatement>
<code><![CDATA[static::getOrm()->getSchema()->define(static::class, SchemaInterface::TABLE)]]></code>
</MixedReturnStatement>
</file>
<file src="src/Facade.php">
<MixedReturnStatement>
<code><![CDATA[self::$container->get($class)]]></code>
</MixedReturnStatement>
</file>
<file src="src/Internal/EntityManager.php">
<InvalidThrow>
<code><![CDATA[throw $state->getLastError()]]></code>
</InvalidThrow>
</file>
<file src="src/Repository/ActiveRepository.php">
<ArgumentTypeCoercion>
<code><![CDATA[$id]]></code>
</ArgumentTypeCoercion>
</file>
</files>