Skip to content

Commit 43c308f

Browse files
committed
Docs: fix typo in return value
1 parent 258b685 commit 43c308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Returns a list of customers with access to the package.
303303

304304
##### List an organization's credentials
305305
```php
306-
$packages = $client->credentials()->all();
306+
$credentials = $client->credentials()->all();
307307
```
308308
Returns an array of credentials.
309309

0 commit comments

Comments
 (0)