diff --git a/src/PimcoreMonitorBundle/Check/DatabaseTableSize.php b/src/PimcoreMonitorBundle/Check/DatabaseTableSize.php index c68dc92..8b4c8a9 100644 --- a/src/PimcoreMonitorBundle/Check/DatabaseTableSize.php +++ b/src/PimcoreMonitorBundle/Check/DatabaseTableSize.php @@ -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 ); }