@@ -6,5 +6,8 @@ |
||
| 6 | 6 | |
| 7 | 7 | interface ResponseFactoryInterface |
| 8 | 8 | { |
| 9 | + /** |
|
| 10 | + * @return \JumpCloud\Authorization\AuthorizationResponse |
|
| 11 | + */ |
|
| 9 | 12 | public function create(Response $response); |
| 10 | 13 | } |