Skip to content

Commit 041344c

Browse files
committed
s/totallyTyped="true"/errorLevel="1" in psalm.xml (deprecated since vimeo/psalm:~4.24 or so)
Signed-off-by: Marco Pivetta <ocramius@gmail.com>
1 parent 36a1d12 commit 041344c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

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)