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 5c975ba commit 834effc
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 @@ -74,7 +74,7 @@ public function check(): ResultInterface
return new Failure(
\sprintf(
'Following database table sizes are too high: %s',
\implode(',', array_keys($data['critical']))),
\implode(',', \array_keys($data['critical']))),
$data
);
}
Expand Down

0 comments on commit 834effc

Please sign in to comment.