diff --git a/src/Linfo/OS/Linux.php b/src/Linfo/OS/Linux.php index 8858f694..19b81184 100644 --- a/src/Linfo/OS/Linux.php +++ b/src/Linfo/OS/Linux.php @@ -833,7 +833,7 @@ public function getRAID() 'level' => $array[3], 'drives' => $drives, 'size' => Common::byteConvert($array[5] * 1024), - 'count' => $array[6], + 'count' => (int) $array[6], 'chart' => $array[7], ); }