Skip to content

Commit a274608

Browse files
Merge pull request phpmyadmin#20228 from MauricioFauth/psalm-nocache
Add --no-cache --threads=max to composer update:baselines [ci skip]
2 parents 3d0e40a + c15edf8 commit a274608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"update:baselines": [
146146
"@php phpstan analyse --generate-baseline",
147-
"@php psalm --set-baseline=psalm-baseline.xml"
147+
"@php psalm --no-cache --threads=max --set-baseline=psalm-baseline.xml"
148148
],
149149
"twig-lint": "@php scripts/console lint:twig --ansi --show-deprecations"
150150
},

0 commit comments

Comments
 (0)