Skip to content

Commit

Permalink
Set threads=1 for psalm because of vimeo/psalm#11067
Browse files Browse the repository at this point in the history
If you actually find this slow you could remove it because it's just a visual
bug really.
  • Loading branch information
bakert committed Oct 31, 2024
1 parent 3a6e6a0 commit 8f4d0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tests": "vendor/bin/phpunit --stop-on-defect tests",
"lint": "vendor/bin/phpcs -d memory_limit=2G --runtime-set testVersion 8.1 .",
"autofix": "vendor/bin/phpcbf -d memory_limit=2G --runtime-set testVersion 8.1 .",
"analyze": "vendor/bin/phpstan --memory-limit=2G && vendor/bin/psalm --no-cache",
"analyze": "vendor/bin/phpstan --memory-limit=2G && vendor/bin/psalm --no-cache --threads=1",
"jstests": "bun test"
},
"require": {
Expand Down

0 comments on commit 8f4d0bc

Please sign in to comment.