adjust phpstan memory, small phpstan fixes added HostResolverTest

This commit is contained in:
Sergei Shitikov
2025-02-04 00:25:24 +01:00
parent 3194c8725f
commit f899c41311
4 changed files with 262 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
"integration:old": "phpunit tests/Integration/OldTests --bootstrap vendor/autoload.php",
"cs": "php-cs-fixer fix --dry-run",
"cs:fix": "php-cs-fixer fix",
"phpstan": "phpstan analyse"
"phpstan": "phpstan analyse --memory-limit=256M"
},
"config": {
"allow-plugins": {