Skip to content

Commit e745e7b

Browse files
committed
Add array-like headers; sync partially with 0.34.x
1 parent 5112b10 commit e745e7b

5 files changed

Lines changed: 296 additions & 79 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"lint": "vendor/bin/pint --test",
1919
"format": "vendor/bin/pint",
20-
"check": "vendor/bin/phpstan analyse -c phpstan.neon",
20+
"check": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M",
2121
"test": "vendor/bin/phpunit --configuration phpunit.xml",
2222
"bench": "vendor/bin/phpbench run --report=benchmark"
2323
},

0 commit comments

Comments
 (0)