Skip to content

Commit

Permalink
Check fonts files with phpstan too (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 6, 2023
1 parent 26d2eed commit 548c0f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -132,4 +132,4 @@ jobs:
- name: Install phpstan
run: composer require --dev phpstan/phpstan
- name: Analyse files
run: ./vendor/bin/phpstan --memory-limit=2G
run: ./vendor/bin/phpstan --memory-limit=6G
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Expand Up @@ -4,8 +4,6 @@ parameters:
- ./
excludePaths:
- vendor/
# remove once https://github.com/phpstan/phpstan/issues/7955 is fixed
- fonts/
- tests/

scanFiles:
Expand Down

0 comments on commit 548c0f2

Please sign in to comment.