Skip to content

Commit

Permalink
Fix Psalm without ext/memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Sep 27, 2019
1 parent 53567ae commit bd073d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<issueHandlers>
<InvalidScope errorLevel="suppress" />
<MissingClosureReturnType errorLevel="suppress" />
<PropertyNotSetInConstructor errorLevel="info" /> <!-- Memcached false positive -->
<RedundantConditionGivenDocblockType errorLevel="suppress" />
<UndefinedClass errorLevel="info" /><!-- Memcached is optional (PECL) -->
<UndefinedConstant errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit bd073d3

Please sign in to comment.