Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Nov 29, 2017
1 parent 2fd74e2 commit dc745a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Collector/DatabaseCollector.php
Expand Up @@ -44,10 +44,10 @@ public function collect()
$helpLink = DebugBar::config()->get('performance_guide_link');
$messages = DebugBar::getDebugBar()->getCollector('messages');
$messages->info(
'This page ran more than ' . $dbQueryWarningLevel . ' database queries. You could reduce this by '
'This page ran more than ' . $dbQueryWarningLevel . ' database queries. You could reduce this by '
. 'implementing caching. For more information, <a href="' . $helpLink . '" target="_blank">'
. 'click here.</a>'
);
);
}

return $data;
Expand Down

0 comments on commit dc745a4

Please sign in to comment.