Skip to content

Commit

Permalink
Tip text added
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarganwar committed Sep 24, 2015
1 parent e41bb1f commit c89d4e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Panel.php
Expand Up @@ -39,6 +39,9 @@ public function getPanel()
{
return ''
. '<h1>Performance between breakpoints</h1>'
. '<p><i>'
. 'Add breakpoint: Zarganwar\PerformancePanel\Register::add();'
. '</i></p>'
. '<p>'
. '<table>' . $this->getRowsString() . '<tr><th><b>Total breakpoints</b></th><th colspan="4">' . $this->countBreakpoints() . '</th></tr></table>'
. '</p>';
Expand Down

0 comments on commit c89d4e9

Please sign in to comment.