Skip to content

Commit

Permalink
chore: temp override OpenIDConnectClient (#9)
Browse files Browse the repository at this point in the history
* chore: temp override OpenIDConnectClient

Because changes in PR jumbojett/OpenID-Connect-PHP#376 are needed.

* chore: update for linters
  • Loading branch information
ricklambrechts authored Jun 21, 2023
1 parent 6213583 commit 03d9725
Show file tree
Hide file tree
Showing 4 changed files with 2,076 additions and 3 deletions.
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ parameters:
paths:
- src
level: 8

excludePaths:
- src/BaseOpenIDConnectClient.php
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<projectFiles>
<directory name="src" />
<ignoreFiles>
<file name="src/BaseOpenIDConnectClient.php" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
Expand Down
Loading

0 comments on commit 03d9725

Please sign in to comment.