We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7cba commit ed18909Copy full SHA for ed18909
composer.json
@@ -46,10 +46,10 @@
46
},
47
"scripts": {
48
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
49
- "phpcs": "phpcs --standard=phpcs.xml --extensions=php -s",
+ "phpcs": "phpcs --standard=phpcs.xml --extensions=php -s -d memory_limit=-1",
50
"test": "[ -z \"$WP_TESTS_DIR\" ] || [ -z \"$WP_CORE_DIR\" ] && echo 'Error: Both WP_TESTS_DIR and WP_CORE_DIR must be defined.' && exit 1 || phpunit --configuration=phpunit.xml",
51
"lint": "composer run-script phpcs",
52
- "phpstan": "phpstan analyse --memory-limit 2G",
+ "phpstan": "phpstan analyse --memory-limit=-1",
53
"install-wp-tests": "bash bin/install-wp-tests.sh wordpress_test root '' localhost latest"
54
55
"require": {
0 commit comments