Skip to content

Commit

Permalink
Merge branch 'add-memory-php-advice' of https://github.com/Submitty/s…
Browse files Browse the repository at this point in the history
…ubmitty.github.io into add-memory-php-advice
  • Loading branch information
NiaHeermance committed Oct 1, 2023
2 parents d8cde64 + 8733bf0 commit 779c57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/developer/testing/linting_static_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you fix one of these errors, you would need to regenerate this file which can
php vendor/bin/phpstan analyze app public/index.php socket/index.php --generate-baseline --memory-limit 2G
```
The argument `--memory_limit 2G` is necessary when phpstan will otherwise not have enough memory
to generate a new baseline. You can see how much memory phpstan has been using with the `-v` flag.
to generate a new baseline. You can see how much memory phpstan has been using with the `-v` flag

## JavaScript Linting

Expand Down

0 comments on commit 779c57d

Please sign in to comment.