Skip to content

Commit ae43b27

Browse files
GrahamCampbellNyholm
authored andcommitted
Reverted bad cs change (#567)
* Reverted bad cs change * Update Integrations.php
1 parent 65a2059 commit ae43b27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Github/Api/Integrations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function createInstallationToken($installationId, $userId = null)
2323
if ($userId) {
2424
$parameters['user_id'] = $userId;
2525
}
26+
2627
return $this->post('/installations/'.rawurlencode($installationId).'/access_tokens', $parameters);
2728
}
2829

@@ -53,6 +54,7 @@ public function listRepositories($userId = null)
5354
if ($userId) {
5455
$parameters['user_id'] = $userId;
5556
}
57+
5658
return $this->get('/installation/repositories', $parameters);
5759
}
5860

0 commit comments

Comments
 (0)