remove stale backend tooling

Stop invoking the unavailable formatter and remove factory usage for the missing user factory. Give PHPStan workers the same memory allowance as the development shell.
This commit is contained in:
Yisroel Baum 2026-07-31 07:38:22 +03:00
parent ff95e2d2ee
commit 334e8d1792
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 4 additions and 27 deletions

View file

@ -102,7 +102,6 @@ pattern.
- Run the focused test during development.
- Run `php artisan test` before completion.
- Run the Composer lint and static-analysis scripts when their dependencies
are available.
- Run the Composer static-analysis scripts.
- Fix failures caused by the change. Report unrelated baseline failures
precisely rather than hiding them or expanding scope without authorization.