Skip to content

Commit

Permalink
Update Vimeo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Jul 2, 2018
1 parent fed6b6d commit 4167aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vimeo/Vimeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Vimeo
*
* @param string $client_id Your applications client id. Can be found on developer.vimeo.com/apps
* @param string $client_secret Your applications client secret. Can be found on developer.vimeo.com/apps
* @param string $access_token Your applications client id. Can be found on developer.vimeo.com/apps or generated using OAuth 2.
* @param string $access_token Your access token. Can be found on developer.vimeo.com/apps or generated using OAuth 2.
*/
public function __construct($client_id, $client_secret, $access_token = null)
{
Expand Down

0 comments on commit 4167aeb

Please sign in to comment.