2016-10-29 20:57:23 -04:00
|
|
|
<?xml version="1.0"?>
|
2016-11-03 20:39:04 -04:00
|
|
|
<psalm
|
2016-10-29 20:57:23 -04:00
|
|
|
name="Example Psalm config with recommended defaults"
|
|
|
|
stopOnFirstError="false"
|
|
|
|
useDocblockTypes="true"
|
|
|
|
>
|
|
|
|
<inspectFiles>
|
|
|
|
<directory name="src" />
|
|
|
|
</inspectFiles>
|
|
|
|
|
|
|
|
<issueHandler>
|
2016-11-21 19:10:25 -05:00
|
|
|
<MixedArrayAccess errorLevel="suppress" />
|
|
|
|
<MixedArrayOffset errorLevel="suppress" />
|
|
|
|
<MixedAssignment errorLevel="suppress" />
|
2016-10-29 20:57:23 -04:00
|
|
|
<MixedArgument errorLevel="suppress" />
|
|
|
|
<MixedMethodCall errorLevel="suppress" />
|
|
|
|
<MixedPropertyFetch errorLevel="suppress" />
|
|
|
|
<MixedPropertyAssignment errorLevel="suppress" />
|
2016-11-05 17:53:30 -04:00
|
|
|
<MixedInferredReturnType errorLevel="suppress" />
|
2016-10-31 18:31:32 -04:00
|
|
|
|
2016-10-29 20:57:23 -04:00
|
|
|
<InvalidDocblock errorLevel="info" />
|
2016-12-04 00:08:53 -05:00
|
|
|
<MissingPropertyType errorLevel="info" />
|
2016-11-21 23:39:47 -05:00
|
|
|
<MissingReturnType errorLevel="info" />
|
2016-10-31 18:31:32 -04:00
|
|
|
<DeprecatedMethod errorLevel="info" />
|
2016-11-21 23:39:47 -05:00
|
|
|
<PossiblyUndefinedVariable errorLevel="info" />
|
2016-10-29 20:57:23 -04:00
|
|
|
</issueHandler>
|
2016-11-03 20:39:04 -04:00
|
|
|
</psalm>
|