Skip to content

Commit 9360a29

Browse files
committed
:octocat:
1 parent c361629 commit 9360a29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.phan/config.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,10 @@
5757
],
5858
'suppress_issue_types' => [
5959
'PhanAccessMethodInternal',
60+
// temp silencer (missing dependency chillerlan/php/httpinterface)
61+
'PhanUndeclaredClassMethod',
62+
'PhanUndeclaredClassProperty',
63+
'PhanTypeMismatchReturn',
64+
'PhanUndeclaredClassReference',
6065
],
6166
];

0 commit comments

Comments
 (0)