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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-09 14:10:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-09 15:46:23 +0300
commit109abccbdca15368377c7f5a24c529281d103cf3 (patch)
treec3a15e9c22fa777439ff41e3ab74c00ba7b4fef7 /psalm.xml
parentde1521ccc9c8105162df32cadbef035c13067ad9 (diff)
Set Psalm to error level 4 and update baseline file
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index 6f8785284..4b8800c7f 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<psalm
- totallyTyped="true"
- errorLevel="5"
+ errorLevel="4"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"