Skip to content

Commit

Permalink
Replace phan to psalm. Update dev dependencies. Minor fixes. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 24, 2020
1 parent 3dcd6ec commit fefda96
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Install dependencies with composer
run: composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader

- name: Static analysis with phan
run: vendor/bin/phan --no-progress-bar --output-mode checkstyle | cs2pr --graceful-warnings --colorize
- name: Static analysis with psalm
run: vendor/bin/psalm --shepherd --stats --output-format=checkstyle | cs2pr --graceful-warnings --colorize
374 changes: 0 additions & 374 deletions .phan/config.php

This file was deleted.

0 comments on commit fefda96

Please sign in to comment.