Skip to content

Do we still need psalm? #46

@HVSoftware

Description

@HVSoftware

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions