mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
Removing constructor and buildFromGlobals from RequestInterface. Fixes: #88
This commit is contained in:
parent
cfbb037e07
commit
a2bf4e0dfb
@ -14,10 +14,6 @@ namespace League\OAuth2\Server\Util;
|
|||||||
interface RequestInterface
|
interface RequestInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
public static function buildFromGlobals();
|
|
||||||
|
|
||||||
public function __construct(array $get = array(), array $post = array(), array $cookies = array(), array $files = array(), array $server = array(), $headers = array());
|
|
||||||
|
|
||||||
public function get($index = null);
|
public function get($index = null);
|
||||||
|
|
||||||
public function post($index = null);
|
public function post($index = null);
|
||||||
|
Loading…
Reference in New Issue
Block a user