Skip to content

Commit

Permalink
Update psalm.xml for feature version
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Apr 19, 2023
1 parent 70a268c commit aca7043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
phpVersion="7.4"
phpVersion="8.2"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MethodSignatureMismatch errorLevel="suppress" />
<UnimplementedAbstractMethod errorLevel="suppress" />
</issueHandlers>
</psalm>
2 changes: 2 additions & 0 deletions src/Php73BcSerializableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ trait Php73BcSerializableTrait
{
/**
* {@inheritDoc}
*
* @psalm-suppress MethodSignatureMustProvideReturnType
*/
final public function serialize()
{
Expand Down

0 comments on commit aca7043

Please sign in to comment.