Test Failed
Pull Request — master (#1515)
by
unknown
04:12
created
src/BasicService/Jssdk/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @throws \Psr\SimpleCache\InvalidArgumentException
52 52
      * @throws \EasyWeChat\Kernel\Exceptions\RuntimeException
53 53
      */
54
-    public function buildConfig(array $jsApiList, bool $debug = false, bool $beta = false, bool $json = true,string $url = null)
54
+    public function buildConfig(array $jsApiList, bool $debug = false, bool $beta = false, bool $json = true, string $url = null)
55 55
     {
56 56
         $config = array_merge(compact('debug', 'beta', 'jsApiList'), $this->configSignature($url));
57 57
 
Please login to merge, or discard this patch.