Failed Conditions
Pull Request — master (#316)
by
unknown
08:27
created
src/FacebookAds/Http/Adapter/CurlAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
   /**
97 97
    * Extracts the headers and the body into a two-part array
98 98
    * @param string $raw_response
99
-   * @return array
99
+   * @return string[]
100 100
    */
101 101
   protected function extractResponseHeadersAndBody($raw_response) {
102 102
     $header_size = $this->getheaderSize();
Please login to merge, or discard this patch.