Skip to content

Commit 3b0e2e4

Browse files
committed
Supress MissingClassConstType for now
1 parent 136d602 commit 3b0e2e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

psalm.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@
120120
</errorLevel>
121121
</MethodSignatureMismatch>
122122

123+
<MissingClassConstType>
124+
<errorLevel type="suppress">
125+
<directory name="src/Bundle" />
126+
<directory name="src/Component" />
127+
</errorLevel>
128+
</MissingClassConstType>
129+
123130
<MissingParamType>
124131
<errorLevel type="suppress">
125132
<file name="src/Bundle/Routing/ResourceLoader.php" />

0 commit comments

Comments
 (0)