@@ -100,7 +100,7 @@ public function __construct(GitHubConfig $config, Client $client)
100100 $ this ->client = $ client ;
101101 }
102102
103- //---------------------------------------------------------------------
103+ // ---------------------------------------------------------------------
104104
105105 /**
106106 * Interfaces with the client to execute
@@ -127,7 +127,7 @@ protected function api(array $methods, array $segments): array
127127 return $ caller ->{$ final }(...$ segments );
128128 }
129129
130- //---------------------------------------------------------------------
130+ // ---------------------------------------------------------------------
131131
132132 /**
133133 * Retrieves releases and tags for configured repositories
@@ -244,7 +244,7 @@ public function getCommit(array $segments): array
244244 return $ this ->api (['repo ' , 'commits ' , 'show ' ], $ segments );
245245 }
246246
247- //---------------------------------------------------------------------
247+ // ---------------------------------------------------------------------
248248
249249 /**
250250 * Retrieves repo details for each configured repository as a Repo.
@@ -264,7 +264,7 @@ public function getRepos(): array
264264 return $ this ->storage ['repos ' ];
265265 }
266266
267- //---------------------------------------------------------------------
267+ // ---------------------------------------------------------------------
268268
269269 /**
270270 * Retrieves contributor information for a repository.
0 commit comments