Browse Source

chore: Fix psalm to use correct php version depending on branch

Needs to be adapted on each branch to reflect the used PHP version and
 help with baseline updating.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/44861/head
Côme Chilliet 2 months ago
parent
commit
9092dcfd41
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      psalm.xml

+ 1
- 0
psalm.xml View File

errorBaseline="build/psalm-baseline.xml" errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false" findUnusedBaselineEntry="false"
findUnusedCode="false" findUnusedCode="false"
phpVersion="8.1"
> >
<plugins> <plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" /> <plugin filename="build/psalm/AppFrameworkTainter.php" />

Loading…
Cancel
Save