| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-14 13:31:06 GMT-0800 |
| Commit | 074ac531df59a8de5ff48825923c5eaf8fc46680 |
| Parent | d2daa7d |
| public function render(FileRenderer $renderer): void { | ||
| - $renderer->render( | ||
| + $renderer->renderFile( | ||
| $this->name, | ||
| $this->sha, |
| <?php | ||
| interface FileRenderer { | ||
| - public function renderFileItem( | ||
| + public function renderFile( | ||
| string $name, | ||
| string $sha, | ||
| } | ||
| - public function renderFileItem( | ||
| + public function renderFile( | ||
| string $name, | ||
| string $sha, | ||
| Delta | 3 lines added, 3 lines removed |
|---|