Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class OAuthController extends BaseController |
||
12 | { |
||
13 | /** @var AuthorizationServer $oauth2Server */ |
||
14 | protected $oauth2Server; |
||
15 | |||
16 | 1 | public function init() |
|
31 | 1 | } |
|
32 | |||
33 | /** |
||
34 | * @param ResponseInterface $response |
||
35 | */ |
||
36 | 1 | protected function sendResponse(ResponseInterface $response) |
|
43 |