Skip to content

Commit ce3d0fd

Browse files
authored
Fix endpoint doc
1 parent 090a967 commit ce3d0fd

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)