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 b586af2 + d4d1dad commit df653f3Copy full SHA for df653f3
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