1 | <?php |
||
8 | class AddGitInformation |
||
9 | { |
||
10 | public function handle(Report $report, $next) |
||
22 | |||
23 | public function hash(): ?string |
||
27 | |||
28 | public function message(): ?string |
||
32 | |||
33 | public function tag(): ?string |
||
37 | |||
38 | public function remote(): ?string |
||
42 | |||
43 | public function isClean(): bool |
||
47 | |||
48 | protected function command($command) |
||
58 | } |
||
59 |