chore(deps-dev): remove Psalm

This commit is contained in:
Ben Ramsey
2025-05-25 14:53:53 -05:00
parent c60d906a39
commit 691c2c816e
90 changed files with 153 additions and 1741 deletions
@@ -63,9 +63,6 @@ jobs:
- name: "Statically analyze code (PHPStan)"
run: "composer phpstan -- --ansi"
- name: "Statically analyze code (Psalm)"
run: "composer psalm -- --shepherd"
benchmark:
name: "Benchmark"
needs: ["coding-standards", "static-analysis"]