Skip to content

Commit

Permalink
Update PHPStan configuration and GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 23, 2024
1 parent 9068b71 commit 3c1415e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github
run: ./vendor/bin/phpstan analyse --error-format=github
4 changes: 3 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ parameters:
- config
- database
tmpDir: build/phpstan
parallel:
maximumNumberOfProcesses: 1

services:
-
class: Vormkracht10\TwoFactorAuth\Tests\PHPStan\UserPropertiesClassReflectionExtension
tags:
- phpstan.broker.propertiesClassReflectionExtension
- phpstan.broker.propertiesClassReflectionExtension

0 comments on commit 3c1415e

Please sign in to comment.