@@ -51,7 +51,7 @@ |
||
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 |