Skip to content

Commit

Permalink
Fix phpstan-baseline command
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Jan 17, 2025
1 parent 6f6c31c commit fd334ef
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 @@ -90,7 +90,7 @@
"phpstan analyze --configuration Build/phpstan.neon --memory-limit=-1"
],
"ci:test:php:phpstan:baseline": [
"phpstan analyze --configuration Build/phpstan.neon --memory-limit=-1--generate-baseline Build/phpstan-baseline.neon --allow-empty-baseline"
"phpstan analyze --configuration Build/phpstan.neon --memory-limit=-1 --generate-baseline Build/phpstan-baseline.neon --allow-empty-baseline"
],
"ci:test:php:rector": [
"@ci:rector --dry-run"
Expand Down

0 comments on commit fd334ef

Please sign in to comment.