We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ca39 commit 8ae427bCopy full SHA for 8ae427b
1 file changed
modules/statistiche/src/Stats.php
@@ -33,6 +33,7 @@ public static function monthly($original, $start, $end)
33
34
$grouped = [];
35
foreach ($original as $row) {
36
+ $row = (array) $row;
37
$year = (int) ($row['year'] ?? 0);
38
$month = (int) ($row['month'] ?? 0);
39
0 commit comments