Skip to content

Commit

Permalink
Whoops, fixed my typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling authored and admdly committed Nov 27, 2023
1 parent cea2260 commit 0d00e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ PHPStan performs static analysis on your PHP code. It will check for common mist
You may need to increase the memory limit when running PHPStan, in this case we've set it to 512MB as an example which is more than enough.

```shell
php /var/www/fossbilling/src/vendor/bin/phpstan --memory-limit-512m
php /var/www/fossbilling/src/vendor/bin/phpstan --memory-limit=512m
```

## Summary
Expand Down

0 comments on commit 0d00e2b

Please sign in to comment.