@@ -52,4 +52,7 @@ return [
'vendor/',
'.phan/stubs'
],
+ 'suppress_issue_types' => [
+ 'PhanDeprecatedFunction',
+ ],
];