Skip to content

Commit

Permalink
Update src/PimcoreMonitorBundle/Check/DatabaseTableSize.php
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron <[email protected]>
  • Loading branch information
alexloetscher95 and aarongerig authored Apr 12, 2023
1 parent 834effc commit 0be929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PimcoreMonitorBundle/Check/DatabaseTableSize.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function check(): ResultInterface
return new Warning(
\sprintf(
'Following database table sizes are high: %s',
\implode(',', array_keys($data['warning']))),
\implode(',', \array_keys($data['warning']))),
$data
);
}
Expand Down

0 comments on commit 0be929b

Please sign in to comment.