-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Within the /.github/workflows//tests.yml file these are the following two checks:
- name: Analyse files with phpstan
run: vendor/bin/phpstan analyse --level 0 src tests
- name: Analyse files with psalm
run: vendor/bin/phpstan analyse --level 0 src tests
I see under "Analyse files with psalm" the phpstan command is ran.
- Do we still need psalm?
- Can psalm be replaced by phpstan?
Please let me know and we can remove psalm from the project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels