浏览代码

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 个月前
父节点
当前提交
9092dcfd41
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      psalm.xml

+ 1
- 0
psalm.xml 查看文件

@@ -8,6 +8,7 @@
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
phpVersion="8.1"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />

正在加载...
取消
保存