-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optionally a description to an Insight
#8
Comments
It would be nice by this enhancement if you could include a link to explanations. |
I'd very much like this as well – phpinsights in my first foray in to automated testing of PHP, so I've been routinely confused by the notices that pop up, and unable to track down any documentation for most of them. |
Since your comments, we have work on documentation to list all Insights used in phpinsights with their className and their meaning 😉 |
No plans to work on this at this time. |
To solve this issue, you should create an interface called
HasDescription
, that can be added to anInsight
. The goal: If anInsight
contains the interfaceHasDescription
, then we description somewhere why theInsight
exists, why is bad, suggestion on how can be fixed; etc.The text was updated successfully, but these errors were encountered: