Clean code

This commit is contained in:
Laurent Destailleur 2024-04-24 20:35:36 +02:00
parent 5166eee88c
commit 85b4077d0d

View File

@ -441,6 +441,8 @@ return [
'PhanPluginDuplicateConditionalNullCoalescing', // Not essential - 990+ occurrences
'PhanPluginRedundantAssignmentInGlobalScope', // Not essential, a lot of false warning
'PhanPluginDuplicateCatchStatementBody', // Requires PHP7.1 - 50+ occurrences
'PhanPluginUnknownObjectMethodCall', // False positive for some class
],
// You can put relative paths to internal stubs in this config option.
// Phan will continue using its detailed type annotations,