Skip to content

Commit

Permalink
Merge pull request #45123 from nextcloud/backport/44956/stable27
Browse files Browse the repository at this point in the history
[stable27] chore: Fix update-psalm-baseline to use correct php version depending on branch
  • Loading branch information
come-nc authored May 2, 2024
2 parents ab0913e + 532581d commit 774d490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline.xml"
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
phpVersion="8.0"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />
Expand Down

0 comments on commit 774d490

Please sign in to comment.