Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
0
stars
0
forks
source link
Create CATEGORY_COMMENT warning (plugin?) for comments phan can't analyze #41
Closed
TysonAndre closed 7 years ago
@phan-foo
which aren't recognized by the current version of phan (Typos)@params, @returns
(A user-configurable which aren't officially part of phpdoc, and aren't recognized by phan. Also see phan-foo)@return
on a class declaration.Separate the issue types so that phan can suppress them on a case by case basis
WIP branch: category-comment-start-warning