]> git.mxchange.org Git - friendica.git/commitdiff
Remove copy&paste failure
authornupplaPhil <admin@philipp.info>
Mon, 9 Dec 2019 20:55:51 +0000 (21:55 +0100)
committernupplaPhil <admin@philipp.info>
Mon, 9 Dec 2019 20:55:51 +0000 (21:55 +0100)
src/Model/User/Cookie.php

index d8404e41e36401101dcf94a490ade1f2982bba53..b6e20dfed6f29af0be004043947d77ccb6c146b3 100644 (file)
@@ -143,12 +143,10 @@ class Cookie
         * @param string $path     [optional]
         * @param string $domain   [optional]
         * @param bool   $secure   [optional]
-        * @param bool   $httponly [optional] <p>
+        * @param bool   $httponly [optional]
         *
         * @return bool If output exists prior to calling this function,
         *
-        * @since 4.0
-        * @since 5.0
         */
        protected function setCookie(string $name, string $value = null, int $expire = null,
                                     string $path = null, string $domain = null,