Skip to content

Commit 1ab33bd

Browse files
committed
Use normal severity for Phan checks
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent bb82bfa commit 1ab33bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
// Issue::SEVERITY_CRITICAL. Setting it to only
156156
// critical issues is a good place to start on a big
157157
// sloppy mature code base.
158-
'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL,
158+
'minimum_severity' => \Phan\Issue::NORMAL_CRITICAL,
159159

160160
// If true, missing properties will be created when
161161
// they are first seen. If false, we'll report an

0 commit comments

Comments
 (0)