| 1 | <?php |
||
| 11 | class ResponseBridge |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Copies values from the given Oauth2\Response to a PSR-7 Http Response. |
||
| 15 | * |
||
| 16 | * @param OAuth2\ResponseInterface $oauth2Response The OAuth2 server response. |
||
| 17 | * |
||
| 18 | * @return \Psr\Http\Message\ResponseInterface |
||
| 19 | */ |
||
| 20 | final public static function fromOauth2(OAuth2\ResponseInterface $oauth2Response) |
||
| 35 | } |
||
| 36 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.