phan / ProposedAnnotations

Discussion for phpdoc annotations that are useful to static analyzers/out of the scope of PSR-5
2 stars 0 forks source link

Choose a common PHPDoc tag to ignore unused variables in a function #6

Open TysonAndre opened 5 years ago

TysonAndre commented 5 years ago

They may be a result of code style or placeholders, e.g. [$first, $second] = function_returning_list()

e.g. @ignore-unused-variables