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.
1 parent b586af2 commit d4d1dadCopy full SHA for d4d1dad
doc/apps.md
@@ -36,7 +36,7 @@ $repositories = $client->api('apps')->listRepositories(456);
36
37
### List repositories for a given installation and user
38
39
-```
+```php
40
$repositories = $client->api('current_user')->repositoriesByInstallation(456);
41
```
42
0 commit comments