]> git.mxchange.org Git - friendica.git/commitdiff
Fix function comments in Util\Network
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 14 Jul 2018 08:58:19 +0000 (04:58 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 15 Jul 2018 12:03:12 +0000 (08:03 -0400)
src/Util/Network.php

index 49c137e6cbf261eaa9e8dc7d9bf01b639ff8dc20..0e65145b78340caca37bc49f583a9d62c441df0e 100644 (file)
@@ -18,12 +18,13 @@ use DomXPath;
 class Network
 {
        /**
-        * @brief Curl wrapper
+        * Curl wrapper
         *
         * If binary flag is true, return binary results.
         * Set the cookiejar argument to a string (e.g. "/tmp/friendica-cookies.txt")
         * to preserve cookies from one request to the next.
         *
+        * @brief Curl wrapper
         * @param string  $url            URL to fetch
         * @param boolean $binary         default false
         *                                TRUE if asked to return binary results (file download)
@@ -42,11 +43,12 @@ class Network
        }
 
        /**
-        * @brief Curl wrapper with array of return values.
+        * Curl wrapper with array of return values.
         *
         * Inner workings and parameters are the same as @ref fetchUrl but returns an array with
         * all the information collected during the fetch.
         *
+        * @brief Curl wrapper with array of return values.
         * @param string  $url            URL to fetch
         * @param boolean $binary         default false
         *                                TRUE if asked to return binary results (file download)