Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Jan 27, 2025
1 parent 7201bf1 commit 0d354d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php -S localhost:8080 -t public"
],
"psalm": "psalm --threads=1",
"psalm:update-baseline": "psalm --threads=1 --monochrome --no-progress --output-format=text --update-baseline",
"psalm:update-baseline": "psalm --threads=1 --monochrome --no-progress --set-baseline",
"psalm:strict": "psalm --threads=1 --show-info=true",
"lint": "php -l src/*.php src/**/*.php public/index.php",
"lint:twig": "twig-linter lint ./templates",
Expand Down

0 comments on commit 0d354d7

Please sign in to comment.