Skip to content

Commit

Permalink
generate phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Feb 7, 2024
1 parent 69e88fe commit 2968859
Show file tree
Hide file tree
Showing 3 changed files with 2,066 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
},
"scripts": {
"phpunit": "phpunit",
"phpstan": "phpstan analyse --memory-limit=2G"
"phpstan": "phpstan analyse --memory-limit=2G",
"phpstan-baseline": "phpstan analyse --generate-baseline --memory-limit=2G"
}
}
Loading

0 comments on commit 2968859

Please sign in to comment.