diff --git a/src/Oauth2/Client/Client.php b/src/Oauth2/Client/Client.php index 2b9a0edb..b3b729f4 100755 --- a/src/Oauth2/Client/Client.php +++ b/src/Oauth2/Client/Client.php @@ -11,13 +11,11 @@ include('Provider.php'); * * @author Phil Sturgeon < @philsturgeon > */ -class Client { +class Client +{ /** - * Create a new provider. - * - * // Load the Twitter provider - * $provider = $this->oauth2->provider('twitter'); + * Create a new provider client. * * @param string provider name * @param array provider options