Skip to content

Commit

Permalink
update stan
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Jul 2, 2023
1 parent f273e12 commit 87919d2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="1.9.12" installed="1.9.12" location="./tools/phpstan" copy="false"/>
<phar name="psalm" version="5.4.0" installed="5.4.0" location="./tools/psalm" copy="false"/>
<phar name="phpstan" version="1.10.22" installed="1.10.22" location="./tools/phpstan" copy="false"/>
<phar name="psalm" version="5.13.1" installed="5.13.1" location="./tools/psalm" copy="false"/>
</phive>
26 changes: 26 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="src/AuthenticationService.php">
<UnusedPsalmSuppress>
<code>MoreSpecificImplementedParamType</code>
<code>MoreSpecificImplementedParamType</code>
<code>PossiblyUndefinedArrayOffset</code>
<code>PossiblyUndefinedArrayOffset</code>
</UnusedPsalmSuppress>
</file>
<file src="src/Authenticator/AuthenticatorCollection.php">
<UnusedPsalmSuppress>
<code>MoreSpecificImplementedParamType</code>
</UnusedPsalmSuppress>
</file>
<file src="src/Identifier/IdentifierCollection.php">
<UnusedPsalmSuppress>
<code>MoreSpecificImplementedParamType</code>
</UnusedPsalmSuppress>
</file>
<file src="src/Identifier/Ldap/ExtensionAdapter.php">
<UnusedPsalmSuppress>
<code>InvalidArgument</code>
</UnusedPsalmSuppress>
</file>
</files>
4 changes: 4 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
autoloader="tests/bootstrap.php"
findUnusedPsalmSuppress="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
errorBaseline="psalm-baseline.xml"
>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit 87919d2

Please sign in to comment.