Skip to content

Commit 2cc50bd

Browse files
authored
Actually increase psalm strictness (php-curl-class#926)
1 parent 4cf4635 commit 2cc50bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!-- TODO: Use errorLevel="1" -->
33
<psalm
4-
errorLevel="4"
4+
errorLevel="3"
55
resolveFromConfigFile="true"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
xmlns="https://getpsalm.org/schema/config"

tests/psalm_7.4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!-- TODO: Use errorLevel="1" -->
33
<psalm
4-
errorLevel="4"
4+
errorLevel="3"
55
resolveFromConfigFile="true"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
xmlns="https://getpsalm.org/schema/config"

0 commit comments

Comments
 (0)