Skip to content

Commit bb14d05

Browse files
committed
Merge remote-tracking branch 'origin/feature-get-authenticated-app' into feature-get-authenticated-app
2 parents d666ddb + ce3d0fd commit bb14d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ $client->api('apps')->removeRepository($installationId, $repositoryId);
5353
### Get authenticated app
5454

5555
```php
56-
$client->api('apps')->getAuthenticatedApp();
56+
$authenticatedApp = $client->api('apps')->getAuthenticatedApp();
5757
```

0 commit comments

Comments
 (0)