We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d666ddb + ce3d0fd commit bb14d05Copy full SHA for bb14d05
doc/apps.md
@@ -53,5 +53,5 @@ $client->api('apps')->removeRepository($installationId, $repositoryId);
53
### Get authenticated app
54
55
```php
56
-$client->api('apps')->getAuthenticatedApp();
+$authenticatedApp = $client->api('apps')->getAuthenticatedApp();
57
```
0 commit comments