Skip to content

Commit e77f21a

Browse files
committed
Code Style: add blank line
1 parent 116f366 commit e77f21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Github/Api/Installations.php

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

0 commit comments

Comments
 (0)