| Total Complexity | 1 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 21 | class Client extends BaseClient  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * Get session info by code.  | 
            ||
| 25 | *  | 
            ||
| 26 | * @param string $code  | 
            ||
| 27 | *  | 
            ||
| 28 | * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string  | 
            ||
| 29 | *  | 
            ||
| 30 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException  | 
            ||
| 31 | */  | 
            ||
| 32 | public function session(string $code)  | 
            ||
| 44 |