From 0391f67edbf2b7ea5c0d35a92b08c2aa9253ddcf Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:26:36 +0100 Subject: [PATCH] docs: update AGENTS.md to reflect composer lint rename to format:check Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 4d11ff0ee3..1d908562f8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ Self-hosted Backend-as-a-Service platform. Hybrid monolithic-microservice archit | `docker compose exec appwrite test tests/unit/` | Run unit tests | | `composer format` | Auto-format code (Pint, PSR-12) | | `composer format ` | Format a specific file | -| `composer lint ` | Check formatting of a file | +| `composer format:check ` | Check formatting of a file | | `composer analyze` | Static analysis (PHPStan level 3) | | `composer check` | Same as `analyze` |