From 32542c44b848517a7fc50143f2c06be2b91c84fe Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 10 Sep 2019 08:48:43 +0000 Subject: [PATCH] csrf : domci update git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5461 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- csrf.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csrf.php b/csrf.php index d9e7cf3..902ff64 100644 --- a/csrf.php +++ b/csrf.php @@ -43,6 +43,7 @@ class csrf // }}} /** Get / Set the status of the CSRF protection + * @param boolean|null $val The value to set/get if null */ public function csrfState ($val = null) // {{{ @@ -56,6 +57,7 @@ class csrf // }}} /** Get / Set the name of the field in HTML + * @param string|null $val The value to set/get if null */ public function field ($val = null) // {{{