| 1 | <?php |
||
| 20 | class AddCommitLinks extends AbstractModifier |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | 2 | public function run(History $history) |
|
| 33 | |||
| 34 | /** |
||
| 35 | * Generates href to a commit. |
||
| 36 | * @param History $history history object |
||
| 37 | * @param string $hash commit hash |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | 1 | public static function generateCommitHref(History $history, $hash) |
|
| 46 | } |
||
| 47 |