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"
|
2016-12-18 19:17:39 -05:00
|
|
|
totallyTyped="false"
|
2016-10-29 20:57:23 -04:00
|
|
|
>
|
2016-12-29 20:07:42 -05:00
|
|
|
<projectFiles>
|
2016-10-29 20:57:23 -04:00
|
|
|
<directory name="src" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</projectFiles>
|
2016-10-29 20:57:23 -04:00
|
|
|
|
2016-12-29 20:07:42 -05:00
|
|
|
<issueHandlers>
|
2016-10-29 20:57:23 -04:00
|
|
|
<InvalidDocblock errorLevel="info" />
|
2017-01-16 19:06:29 -05:00
|
|
|
<MissingClosureReturnType errorLevel="suppress" />
|
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" />
|
2017-01-13 17:34:41 -05:00
|
|
|
<FailedTypeResolution errorLevel="info" />
|
2016-12-29 20:07:42 -05:00
|
|
|
</issueHandlers>
|
2016-11-03 20:39:04 -04:00
|
|
|
</psalm>
|