Skip to content

Commit

Permalink
Add property annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Dec 27, 2014
1 parent 9b28d0f commit c381cfc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/AdamWathan/EloquentOAuth/ProviderUserDetails.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php namespace AdamWathan\EloquentOAuth;

/**
* @property-read string $accessToken
* @property-read string $userId
* @property-read string $nickname
* @property-read string $firstName
* @property-read string $lastName
* @property-read string $email
* @property-read string $imageUrl
*/
class ProviderUserDetails
{
protected $details = array(
Expand Down

0 comments on commit c381cfc

Please sign in to comment.