Skip to content

Commit 66e93a2

Browse files
committed
more tyoe hinting
1 parent 1a1b972 commit 66e93a2

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): null|int
64+
protected function getNumberOfActions(string $interval): null|int
6565
{
6666
$actions = null;
6767

0 commit comments

Comments
 (0)