Welcome to mirror list, hosted at ThFree Co, Russian Federation.

psalm.xml - github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef9853256f18017596cc8a04f6fb06a8f1ca9d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<psalm
	errorLevel="4"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="https://getpsalm.org/schema/config"
	xsi:schemaLocation="https://getpsalm.org/schema/config"
	phpVersion="7.3"
>
	<projectFiles>
		<directory name="lib"/>
	</projectFiles>
	<extraFiles>
		<directory name="vendor/christophwurst/nextcloud"/>
	</extraFiles>
	<stubs>
		<file name="tests/stub.phpstub" preloadClasses="true"/>
	</stubs>
</psalm>