]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/IHTTPResult.php
Merge pull request #10769 from MrPetovan/task/10734-unfollow-hook
[friendica.git] / src / Network / IHTTPResult.php
index 5904bcfa386c8df8ab221645d07a46967c210a81..38a1176284368d05c93510a773de597f8c8c7d73 100644 (file)
@@ -29,7 +29,7 @@ interface IHTTPResult
         *
         * @param string $header optional header field. Return all fields if empty
         *
-        * @return string the headers or the specified content of the header variable
+        * @return string[] the headers or the specified content of the header variable
         */
        public function getHeader($header);
 
@@ -82,11 +82,6 @@ interface IHTTPResult
         */
        public function getBody();
 
-       /**
-        * @return array
-        */
-       public function getInfo();
-
        /**
         * @return boolean
         */