Skip to content

Commit

Permalink
add ignore error for specific method, because it is a false negative.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexucis committed Nov 11, 2017
1 parent d9b4acc commit 2565f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
ignoreErrors:
- '#Method Nexucis\\Elasticsearch\\Helper\\Nodowntime\\IndexHelper::copyIndex\(\) should return string but returns bool\|string#'
- '#Method Nexucis\\Elasticsearch\\Helper\\Nodowntime\\IndexHelper::reindex\(\) should return string but returns bool\|string#'

0 comments on commit 2565f1d

Please sign in to comment.