Test Setup Failed
Pull Request — master (#1758)
by
unknown
03:01
created
src/MiniProgram/Express/Client.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -30,12 +30,12 @@
 block discarded – undo
30 30
         return $this->httpGet('cgi-bin/express/business/delivery/getall');
31 31
     }
32 32
 
33
-     /**
34
-     * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string
35
-     *
36
-     * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException
37
-     * @throws \GuzzleHttp\Exception\GuzzleException
38
-     */
33
+        /**
34
+         * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string
35
+         *
36
+         * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException
37
+         * @throws \GuzzleHttp\Exception\GuzzleException
38
+         */
39 39
     public function getBindAccounts()
40 40
     {
41 41
         return $this->httpGet('cgi-bin/express/business/account/getall');
Please login to merge, or discard this patch.