|
|
@@ -3,6 +3,8 @@
|
|
|
errorLevel="4"
|
|
|
usePhpDocMethodsWithoutMagicCall="true"
|
|
|
findUnusedPsalmSuppress="true"
|
|
|
+ findUnusedBaselineEntry="true"
|
|
|
+ findUnusedCode="false"
|
|
|
resolveFromConfigFile="true"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
|
@@ -17,6 +19,11 @@
|
|
|
</ignoreFiles>
|
|
|
</projectFiles>
|
|
|
|
|
|
+ <enableExtensions>
|
|
|
+ <extension name="apcu"/>
|
|
|
+ <extension name="redis"/>
|
|
|
+ </enableExtensions>
|
|
|
+
|
|
|
<issueHandlers>
|
|
|
<UndefinedClass>
|
|
|
<errorLevel type="suppress">
|