notify_push/psalm.xml

26 строки
633 B
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<psalm
errorLevel="5"
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"/>
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="vendor/nextcloud/ocp"/>
</extraFiles>
<stubs>
<file name="tests/stub.phpstub" preloadClasses="true"/>
</stubs>
</psalm>