Skip to content

Commit da538df

Browse files
authored
Removed extra sentence. (#1714)
1 parent 11d5373 commit da538df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/QueryCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public function collect()
577577
$this->infoStatements+= 2;
578578
} elseif ($this->softLimit && $this->queryCount > $this->softLimit) {
579579
array_unshift($statements, [
580-
'sql' => '# Query soft limit for Debugbar is reached after ' . $this->softLimit . ' queries, additional ' . ($this->queryCount - $this->softLimit) . ' queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)',
580+
'sql' => '# Query soft limit for Debugbar is reached after ' . $this->softLimit . ' queries, additional ' . ($this->queryCount - $this->softLimit) . ' queries only show the query. Limits can be raised in the config (debugbar.options.db.soft_limit)',
581581
'type' => 'info',
582582
]);
583583
$this->infoStatements++;

0 commit comments

Comments
 (0)