Skip to content

Commit d666ddb

Browse files
committed
Fix StyleCI issues
1 parent 090a967 commit d666ddb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/Github/Api/Apps.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,14 @@ public function removeRepository($installationId, $repositoryId)
188188
}
189189

190190
/**
191-
* Get the currently authenticated app
191+
* Get the currently authenticated app.
192192
*
193193
* @link https://docs.github.com/en/rest/reference/apps#get-the-authenticated-app
194194
*
195195
* @return array
196196
*/
197-
public function getAuthenticatedApp(){
197+
public function getAuthenticatedApp()
198+
{
198199
return $this->get('/app');
199200
}
200201
}

test/Github/Tests/Api/AppTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ public function shouldRemoveRepositoryToInstallation()
163163
/**
164164
* @test
165165
*/
166-
public function shouldGetAuthenticatedApp(){
166+
public function shouldGetAuthenticatedApp()
167+
{
167168
$api = $this->getApiMock();
168169

169170
$result = ['authenticatedApp1'];

0 commit comments

Comments
 (0)