-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpsalm.xml
More file actions
22 lines (22 loc) · 879 Bytes
/
psalm.xml
File metadata and controls
22 lines (22 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<psalm autoloader="../../redcap_connect.php" >
<projectFiles>
<directory name="." />
<ignoreFiles allowMissingFiles="true">
<!-- Ignore the third party dependencies, because they can cause the scan to take a long time or hang on some modules -->
<directory name="vendor" />
<directory name="node_modules" />
</ignoreFiles>
</projectFiles>
<stubs>
<file name="../../temp/psalm/stubs/mysqli_result.phpstub" />
<file name="../../temp/psalm/stubs/REDCap.phpstub" />
<file name="../../temp/psalm/stubs/functions.phpstub" />
<file name="../../temp/psalm/stubs/Framework.phpstub" />
<file name="../../temp/psalm/stubs/AbstractExternalModule.phpstub" />
</stubs>
<globals>
<var name="rc_connection" type="mysqli" />
<var name="module" type="Vanderbilt\FHIRServicesExternalModule\FHIRServicesExternalModule" />
</globals>
</psalm>