Skip to content

Commit ba27a4c

Browse files
Merge #272
272: Remove setting memory limit for phpstan r=brunoocasali a=norkunas # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <[email protected]>
2 parents db04f08 + da1add6 commit ba27a4c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
composer.lock
44
/vendor/
55
/var/
6+
phpstan.neon
67

78
# Meilisearch
89
/data.ms/*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"scripts": {
6666
"phpmd": "./vendor/bin/phpmd src text phpmd.xml",
67-
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
67+
"phpstan": "./vendor/bin/phpstan",
6868
"test:unit": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' ./vendor/bin/simple-phpunit --colors=always --verbose",
6969
"test:unit:coverage": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' XDEBUG_MODE=coverage ./vendor/bin/simple-phpunit --colors=always --coverage-html=tests/coverage",
7070
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
File renamed without changes.

0 commit comments

Comments
 (0)