diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-13 11:14:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-13 11:14:54 +0900 |
| commit | aa1df29860047c73d93c40ec850c3953d8d3c37b (patch) | |
| tree | c52e10ece76c8dad477a1c4a4cd4815d61e897e8 /composer.json | |
| parent | 6ab8cb690303177200dc59550da972b36e7cfd18 (diff) | |
| download | php-waddiwasi-aa1df29860047c73d93c40ec850c3953d8d3c37b.tar.gz php-waddiwasi-aa1df29860047c73d93c40ec850c3953d8d3c37b.tar.zst php-waddiwasi-aa1df29860047c73d93c40ec850c3953d8d3c37b.zip | |
perf: change structure of MemInst to array of strings
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 7c3f473..0e31329 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,10 @@ "scripts": { "ecs": "ecs check", "ecsfix": "ecs check --fix", + "lint": [ + "@ecs", + "@phpstan" + ], "phpstan": "phpstan --memory-limit=1G analyse" } } |
