Completed
Push — master ( 026b2f...fbea6a )
by Taosikai
11:48
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.