Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git
<?php
interface CommitRenderer {
  public function render(
    string $sha,
    string $message,
    string $author,
    int    $date
  ): void;

  public function renderTime( int $timestamp ): void;
}