php-debugbar
php-debugbar copied to clipboard
Avoid same warning many times
If the warning is inside a for loop(or the same method called several times), the same message is repeated too many times,
this allows only one instance of each message to be displayed.