for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Eole\Sandstone\OAuth2\Storage;
use League\OAuth2\Server\Storage\ScopeInterface;
use League\OAuth2\Server\Storage\AbstractStorage;
class Scope extends AbstractStorage implements ScopeInterface
{
/**
* {@InheritDoc}
*/
public function get($scope, $grantType = null, $clientId = null)
throw new \Eole\Sandstone\OAuth2\Exception\NotImplementedException();
}