Skip to content

Commit 6f90c09

Browse files
committed
chore: increase memory limit for PHPStan analysis in composer.json
- Updated the memory limit for the PHPStan analysis command from 1G to 2G to improve performance during static analysis.
1 parent 933f793 commit 6f90c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"test": [
4848
"vendor/bin/pest"
4949
],
50-
"test:types": "phpstan analyse --memory-limit=1G"
50+
"test:types": "phpstan analyse --memory-limit=2G"
5151
}
5252
}

0 commit comments

Comments
 (0)