Skip to content

Commit 1a1b972

Browse files
committed
typoe hinting
1 parent abae2b2 commit 1a1b972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Metrics/App/WikiMetrics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function saveMetrics(Wiki $wiki): void
6161
\Log::info("New metric recorded for Wiki ID {$wiki->id}");
6262
}
6363

64-
protected function getNumberOfActions($interval): mixed
64+
protected function getNumberOfActions($interval): null|int
6565
{
6666
$actions = null;
6767

0 commit comments

Comments
 (0)