| 1 | <?php |
||
| 15 | final class GihubPublishingProcess |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | const CONFIG_EMAIL = '[email protected]'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | const CONFIG_NAME = 'Travis'; |
||
| 26 | |||
| 27 | 2 | public function pushDirectoryContentToRepository(string $outputDirectory, string $githubRepository) |
|
| 49 | } |
||
| 50 |