TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Clarify `@internal` in PSR-5 #213

Open TysonAndre opened 5 years ago

TysonAndre commented 5 years ago

It's ambiguous right now - Can both be used to write hidden comments and to mark something as internal.