Skip to content

Commit

Permalink
Baseline Zend aliases issues
Browse files Browse the repository at this point in the history
Signed-off-by: Filippo Tessarotto <[email protected]>
  • Loading branch information
Slamdunk committed Aug 5, 2022
1 parent 6d43235 commit ac62f6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
<code>is_object($emailOrAddress)</code>
</RedundantConditionGivenDocblockType>
</file>
<file src="src/ConfigProvider.php">
<MixedArrayOffset occurrences="1"/>
<UndefinedClass occurrences="1">
<code>SmtpPluginManager</code>
</UndefinedClass>
</file>
<file src="src/Header/AbstractAddressList.php">
<DocblockTypeContradiction occurrences="1">
<code>null === $this-&gt;addressList</code>
Expand Down Expand Up @@ -865,10 +871,17 @@
<MissingReturnType occurrences="1">
<code>validatePlugin</code>
</MissingReturnType>
<MixedArrayOffset occurrences="1"/>
<NonInvariantDocblockPropertyType occurrences="2">
<code>$aliases</code>
<code>$instanceOf</code>
</NonInvariantDocblockPropertyType>
<UndefinedClass occurrences="4">
<code>Crammd5</code>
<code>Login</code>
<code>Plain</code>
<code>\Zend\Mail\Protocol\Smtp</code>
</UndefinedClass>
</file>
<file src="src/Protocol/SmtpPluginManagerFactory.php">
<DeprecatedInterface occurrences="1">
Expand Down

0 comments on commit ac62f6a

Please sign in to comment.