Skip to content

Commit

Permalink
attempt phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
tregismoreira committed Jul 22, 2024
1 parent e7b41ce commit 2b8ae49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ parameters:
# Stub files provide type information for classes and functions that are
# otherwise difficult to analyze, improving the accuracy of PHPStan's checks.
stubFiles:
- src/PHPStan/Stubs/social_eda/Address.stub
- src/PHPStan/Stubs/social_eda/DateTime.stub
- src/PHPStan/Stubs/social_eda/Entity.stub
- src/PHPStan/Stubs/social_eda/Href.stub
- src/PHPStan/Stubs/social_eda/User.stub
- src/PHPStan/Stubs/social_eda_dispatcher/Dispatcher.stub
- src/PHPStan/Stubs/social_eda_dispatcher/CloudEvent.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda/Address.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda/DateTime.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda/Entity.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda/Href.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda/User.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda_dispatcher/Dispatcher.stub
- %currentWorkingDirectory%/html/profiles/contrib/social/src/PHPStan/Stubs/social_eda_dispatcher/CloudEvent.stub

0 comments on commit 2b8ae49

Please sign in to comment.