Skip to content

Commit

Permalink
Fix PHPStan & Psalm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Oct 17, 2023
1 parent 3bec94a commit 24734a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ parameters:
- %currentWorkingDirectory%/src/Bundle/EventListener/ODM*
- %currentWorkingDirectory%/src/Bundle/Event/ResourceControllerEvent.php
- %currentWorkingDirectory%/src/Bundle/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php
- %currentWorkingDirectory%/src/Bundle/Routing/ResourceLoader.php
- %currentWorkingDirectory%/src/Bundle/Routing/Configuration.php
- %currentWorkingDirectory%/src/Bundle/Routing/*
- %currentWorkingDirectory%/src/Bundle/spec/*
- %currentWorkingDirectory%/src/Bundle/Tests/*
- %currentWorkingDirectory%/src/Component/Reflection/ClassReflection.php
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@

<TypeDoesNotContainType>
<errorLevel type="suppress">
<directory name="src/Bundle/Routing" />
<file name="src/Bundle/Event/ResourceControllerEvent.php" />
</errorLevel>
</TypeDoesNotContainType>
Expand Down

0 comments on commit 24734a7

Please sign in to comment.