]> git.mxchange.org Git - friendica.git/commitdiff
Renamed function
authorMichael <heluecht@pirati.ca>
Wed, 2 Oct 2019 06:24:29 +0000 (06:24 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Oct 2019 06:24:29 +0000 (06:24 +0000)
src/Network/CurlResult.php

index 26fe7a478094da6c4d3cd1ddffff51ddebe86880..f8bdca1f88abd6631c157f433aca827c1d9f57f1 100644 (file)
@@ -258,7 +258,7 @@ class CurlResult
         *
         * @return boolean "true" if header exists
         */
-       public function headerExists(string $field)
+       public function inHeader(string $field)
        {
                $field = strtolower(trim($field));