|
| 1 | +<?xml version="1.0"?> |
| 2 | +<psalm |
| 3 | + errorLevel="3" |
| 4 | + resolveFromConfigFile="true" |
| 5 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 6 | + xmlns="https://getpsalm.org/schema/config" |
| 7 | + xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
| 8 | + allowStringToStandInForClass="true" |
| 9 | + allowCoercionFromStringToClassConst="true" |
| 10 | + findUnusedPsalmSuppress="true" |
| 11 | + skipChecksOnUnresolvableIncludes="true" |
| 12 | +> |
| 13 | + <plugins> |
| 14 | + <pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/> |
| 15 | + <pluginClass class="Psalm\MockeryPlugin\Plugin"/> |
| 16 | + </plugins> |
| 17 | + <projectFiles> |
| 18 | + <directory name="/"/> |
| 19 | + <ignoreFiles> |
| 20 | + <directory name="vendor"/> |
| 21 | + <directory name="Tests"/> |
| 22 | + <file name="DependencyInjection/Configuration.php"/> |
| 23 | + </ignoreFiles> |
| 24 | + </projectFiles> |
| 25 | + <issueHandlers> |
| 26 | + <InvalidCatch> |
| 27 | + <errorLevel type="suppress"> |
| 28 | + <referencedClass name="Psr\SimpleCache\InvalidArgumentException"/> |
| 29 | + <referencedClass name="Psr\Cache\InvalidArgumentException"/> |
| 30 | + </errorLevel> |
| 31 | + </InvalidCatch> |
| 32 | + <InvalidThrow> |
| 33 | + <errorLevel type="suppress"> |
| 34 | + <referencedClass name="Psr\SimpleCache\InvalidArgumentException"/> |
| 35 | + <referencedClass name="Psr\Cache\InvalidArgumentException"/> |
| 36 | + </errorLevel> |
| 37 | + </InvalidThrow> |
| 38 | + <UnusedVariable> |
| 39 | + <errorLevel type="suppress"> |
| 40 | + <directory name="/"/> |
| 41 | + </errorLevel> |
| 42 | + </UnusedVariable> |
| 43 | + <UndefinedConstant> |
| 44 | + <errorLevel type="suppress"> |
| 45 | + <directory name="/"/> |
| 46 | + </errorLevel> |
| 47 | + </UndefinedConstant> |
| 48 | + <MissingDependency> |
| 49 | + <errorLevel type="suppress"> |
| 50 | + <directory name="/"/> |
| 51 | + </errorLevel> |
| 52 | + </MissingDependency> |
| 53 | + <UndefinedClass> |
| 54 | + <errorLevel type="suppress"> |
| 55 | + <directory name="/"/> |
| 56 | + </errorLevel> |
| 57 | + </UndefinedClass> |
| 58 | + <PropertyNotSetInConstructor> |
| 59 | + <errorLevel type="suppress"> |
| 60 | + <directory name="/"/> |
| 61 | + </errorLevel> |
| 62 | + </PropertyNotSetInConstructor> |
| 63 | + <ImplicitToStringCast> |
| 64 | + <errorLevel type="suppress"> |
| 65 | + <directory name="/"/> |
| 66 | + </errorLevel> |
| 67 | + </ImplicitToStringCast> |
| 68 | + <LessSpecificReturnStatement> |
| 69 | + <errorLevel type="suppress"> |
| 70 | + <directory name="/"/> |
| 71 | + </errorLevel> |
| 72 | + </LessSpecificReturnStatement> |
| 73 | + <MoreSpecificReturnType> |
| 74 | + <errorLevel type="suppress"> |
| 75 | + <directory name="/"/> |
| 76 | + </errorLevel> |
| 77 | + </MoreSpecificReturnType> |
| 78 | + </issueHandlers> |
| 79 | +</psalm> |
0 commit comments