for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sleepness\UberOAuthRestBundle\Model;
class AccessToken
{
public $token;
public function __construct($token)
$this->token = $token;
}