Skip to content

Commit df653f3

Browse files
authored
minor #936 Update apps.md (clarkeash)
This PR was merged into the 2.x branch. Discussion ---------- Set the language for better syntax highlighting Commits ------- d4d1dad Update apps.md
2 parents b586af2 + d4d1dad commit df653f3

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
@@ -36,7 +36,7 @@ $repositories = $client->api('apps')->listRepositories(456);
3636

3737
### List repositories for a given installation and user
3838

39-
```
39+
```php
4040
$repositories = $client->api('current_user')->repositoriesByInstallation(456);
4141
```
4242

0 commit comments

Comments
 (0)