From 0d00e2b2142634a421a2224cf778ddcd9fc1edf7 Mon Sep 17 00:00:00 2001 From: Belle Aerni Date: Thu, 5 Oct 2023 00:18:24 -0700 Subject: [PATCH] Whoops, fixed my typo --- pages/docs/contribution-handbook/developer-workflow/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/contribution-handbook/developer-workflow/docker.mdx b/pages/docs/contribution-handbook/developer-workflow/docker.mdx index 5ff319f..fe32f13 100644 --- a/pages/docs/contribution-handbook/developer-workflow/docker.mdx +++ b/pages/docs/contribution-handbook/developer-workflow/docker.mdx @@ -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