<?php interface CommitRenderer { public function render( string $sha, string $message, string $author, int $date ): void; public function renderTime( int $timestamp ): void; }