Skip to content

Commit

Permalink
style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Dec 18, 2017
1 parent 4de5cd8 commit 17da683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Panels/DatabasePanel.php
Expand Up @@ -42,7 +42,7 @@ class DatabasePanel extends AbstractSubscriablePanel implements IAjaxPanel
*/
public function logQuery($sql, $bindings = [], $time = 0, $name = null, PDO $pdo = null, $driver = 'mysql')
{
++$this->counter;
$this->counter++;
$this->totalTime += $time;
$source = static::findSource();
$editorLink = static::editorLink($source);
Expand Down

0 comments on commit 17da683

Please sign in to comment.