codemasher пре 4 година
родитељ
комит
f1858fb2da
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .phan/config.php

+ 3 - 0
.phan/config.php

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