From 8eb48f3b0f66e2856cff27a45a6001e34293bd68 Mon Sep 17 00:00:00 2001 From: ozh Date: Wed, 19 Apr 2017 23:34:10 +0200 Subject: [PATCH] Some phpdoc while we're here [skip ci] --- includes/functions-auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/functions-auth.php b/includes/functions-auth.php index e637c70..c595aca 100644 --- a/includes/functions-auth.php +++ b/includes/functions-auth.php @@ -393,6 +393,7 @@ function yourls_check_timestamp( $time ) { /** * Store new cookie. No $user will delete the cookie. * + * @param mixed $user String, user login, or null to delete cookie */ function yourls_store_cookie( $user = null ) { -- 2.42.0