mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
10 lines
317 B
XML
10 lines
317 B
XML
|
<?xml version="1.0"?>
|
||
|
<psalm
|
||
|
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"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
|
>
|
||
|
<xi:include href="files.xml"/>
|
||
|
</psalm>
|