File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 22<!-- SPDX-FileCopyrightText: 2026 LibreCode coop and contributors -->
33<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
44<psalm
5+ errorBaseline =" tests/psalm-baseline.xml"
56 errorLevel =" 3"
7+ findUnusedBaselineEntry =" true"
8+ findUnusedCode =" false"
69 phpVersion =" 8.2"
10+ resolveFromConfigFile =" true"
711 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
812 xmlns =" https://getpsalm.org/schema/config"
913 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1620 </ignoreFiles >
1721 </projectFiles >
1822
19- <issueHandlers >
20- <MissingOverrideAttribute errorLevel =" info" />
21- <PossiblyUnusedMethod errorLevel =" info" />
22- <PossiblyUnusedProperty errorLevel =" info" />
23- <UnusedClass errorLevel =" info" />
24- </issueHandlers >
2523</psalm >
You can’t perform that action at this time.
0 commit comments