@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | { |
| 85 | 85 | // 兼容二维码位置传参 |
| 86 | 86 | if (is_string($qrCallback)) { |
| 87 | - $qrCallback = function ($qrcode) use($qrCallback){ |
|
| 87 | + $qrCallback = function($qrcode) use($qrCallback){ |
|
| 88 | 88 | Utils::getFilesystem()->dumpFile($qrCallback, $qrcode); |
| 89 | 89 | }; |
| 90 | 90 | } |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | */ |
| 260 | 260 | public function getFriendQQ(Entity\Friend $friend) |
| 261 | 261 | { |
| 262 | - @trigger_error('The api is not supported now',E_USER_DEPRECATED); |
|
| 262 | + @trigger_error('The api is not supported now', E_USER_DEPRECATED); |
|
| 263 | 263 | |
| 264 | 264 | $request = new Request\GetQQRequest($friend, $this->getCredential()); |
| 265 | 265 | $response = $this->sendRequest($request); |