mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
7a49f45175
This is mostly to include type inference in regression tests: out-of-the box type inference for 99% of usages is based on `TreeMapper#map(class-string<T>, mixed): T`, and it is worth preserving that behavior without the need of plugins. This test covers that.
15 lines
428 B
XML
15 lines
428 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="1"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="https://getpsalm.org/schema/config"
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
|
>
|
|
<projectFiles>
|
|
<directory name="tests/StaticAnalysis" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
</psalm>
|