Skip to content

Commit

Permalink
Merge pull request #242 from beatrycze-volk/phpstan-update
Browse files Browse the repository at this point in the history
Ignore this error until Kitodo.Presentation is not updated
  • Loading branch information
beatrycze-volk authored Oct 18, 2023
2 parents cb6f3cf + 4cd835a commit 6b1d722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
ignoreErrors:
- '#Call to an undefined method Kitodo\\Dlf\\Domain\\Model\\Document::getCurrentDocument\(\)\.#'
- '#Parameter \#1 \$documentId of method Kitodo\\Dlf\\Controller\\AbstractController::loadDocument\(\) expects int, array given\.#'
level: 5
paths:
Expand Down

0 comments on commit 6b1d722

Please sign in to comment.