@@ -82,10 +82,9 @@ private function sendUsageStats()
8282 * It spins up a separate process for this, and doesn't listen for a reponse,
8383 * so it has minimal to no impact on pageload.
8484 *
85- * @param string $method HTTP Method to use for the request.
86- * @param string $url URL to point the request at.
87- * @param array $payload The data you want sent to the URL.
88- *
85+ * @param string $method HTTP Method to use for the request.
86+ * @param string $url URL to point the request at.
87+ * @param array $payload The data you want sent to the URL.
8988 * @return void
9089 */
9190 private function makeCurlRequest ($ method , $ url , $ payload )
@@ -107,10 +106,9 @@ private function makeCurlRequest($method, $url, $payload)
107106 * geographic location this is usually slower than CURL. However,
108107 * unlike CURL, it works on most machines, so it's reliable.
109108 *
110- * @param string $method HTTP Method to use for the request.
111- * @param string $url URL to point the request at.
112- * @param array $payload The data you want sent to the URL.
113- *
109+ * @param string $method HTTP Method to use for the request.
110+ * @param string $url URL to point the request at.
111+ * @param array $payload The data you want sent to the URL.
114112 * @return void
115113 */
116114 private function makeGuzzleRequest ($ method , $ url , $ payload )
0 commit comments