Update psalm baseline

This commit is contained in:
Nyholm 2021-08-18 12:19:11 -07:00 committed by David Garcia
parent 3c0bfca774
commit db9ae25dec

View File

@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224"> <files psalm-version="4.8.1@f73f2299dbc59a3e6c4d66cff4605176e728ee69">
<file src="src/Api/Domain.php"> <file src="src/Api/Domain.php">
<PossiblyUndefinedVariable occurrences="1"> <PossiblyUndefinedVariable occurrences="1">
<code>$params</code> <code>$params</code>
</PossiblyUndefinedVariable> </PossiblyUndefinedVariable>
<RedundantCondition occurrences="5"> <RedundantCondition occurrences="3">
<code>boolean</code> <code>boolean</code>
<code>boolean</code> <code>boolean</code>
<code>nullOrString</code> <code>nullOrString</code>
<code>stringNotEmpty</code>
<code>stringNotEmpty</code>
</RedundantCondition> </RedundantCondition>
<TypeDoesNotContainNull occurrences="1"> <TypeDoesNotContainNull occurrences="1">
<code>nullOrString</code> <code>nullOrString</code>
@ -81,8 +79,47 @@
</PossiblyNullArgument> </PossiblyNullArgument>
</file> </file>
<file src="src/Message/BatchMessage.php"> <file src="src/Message/BatchMessage.php">
<PossiblyInvalidDocblockTag occurrences="4">
<code>@var string $first</code>
<code>@var string $full_name</code>
<code>@var string $id</code>
<code>@var string $last</code>
</PossiblyInvalidDocblockTag>
<PossiblyUndefinedMethod occurrences="1"> <PossiblyUndefinedMethod occurrences="1">
<code>getId</code> <code>getId</code>
</PossiblyUndefinedMethod> </PossiblyUndefinedMethod>
</file> </file>
<file src="src/Message/MessageBuilder.php">
<PossiblyInvalidDocblockTag occurrences="29">
<code>@var string</code>
<code>@var string</code>
<code>@var string</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $first</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $full_name</code>
<code>@var string $id If used with BatchMessage</code>
<code>@var string $id If used with BatchMessage</code>
<code>@var string $id If used with BatchMessage</code>
<code>@var string $id If used with BatchMessage</code>
<code>@var string $id If used with BatchMessage</code>
<code>@var string $last</code>
<code>@var string $last</code>
<code>@var string $last</code>
<code>@var string $last</code>
<code>@var string $last</code>
<code>@var string $last</code>
<code>@var string $last</code>
</PossiblyInvalidDocblockTag>
</file>
</files> </files>