Skip to content

Commit ddceef2

Browse files
committed
qa: switch from totallyTyped to errorLevel=1 in Psalm config
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 09af757 commit ddceef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<psalm
3-
totallyTyped="true"
3+
errorLevel="1"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)