Skip to content

Commit

Permalink
Merge pull request #249 from beatrycze-volk/change-phpstan-location
Browse files Browse the repository at this point in the history
Move phpstan configuration to the correct directory
  • Loading branch information
beatrycze-volk authored Nov 1, 2023
2 parents ae6253d + 8e6e08e commit b7c20e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/phpstan.neon → .github/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ parameters:
level: 5
paths:
- ../Classes/
treatPhpDocTypesAsCertain: false
treatPhpDocTypesAsCertain: false
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
configuration: Build/phpstan.neon
configuration: ./.github/phpstan.neon

0 comments on commit b7c20e0

Please sign in to comment.