File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public function setClient($client)
141141 * Sends POST request to Intercom API.
142142 *
143143 * @param string $endpoint
144- * @param string $json
144+ * @param array $json
145145 * @return mixed
146146 * @throws \GuzzleHttp\Exception\GuzzleException
147147 */
@@ -164,7 +164,7 @@ public function post($endpoint, $json)
164164 * Sends PUT request to Intercom API.
165165 *
166166 * @param string $endpoint
167- * @param string $json
167+ * @param array $json
168168 * @return mixed
169169 * @throws \GuzzleHttp\Exception\GuzzleException
170170 */
@@ -188,7 +188,7 @@ public function put($endpoint, $json)
188188 * Sends DELETE request to Intercom API.
189189 *
190190 * @param string $endpoint
191- * @param string $json
191+ * @param array $json
192192 * @return mixed
193193 * @throws \GuzzleHttp\Exception\GuzzleException
194194 */
You can’t perform that action at this time.
0 commit comments