diff --git a/.phan/config.php b/.phan/config.php index 442d5f7d5..c74969acd 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -52,4 +52,7 @@ return [ 'vendor/', '.phan/stubs' ], + 'suppress_issue_types' => [ + 'PhanDeprecatedFunction', + ], ];