From 80348b30a85b8cb04bfe3bfa24546edf25c74663 Mon Sep 17 00:00:00 2001 From: minhaz Date: Sat, 17 Mar 2018 18:28:34 +0530 Subject: [PATCH] documentation corrected --- libs/csrf/csrfprotector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/csrf/csrfprotector.php b/libs/csrf/csrfprotector.php index 9d2792e..4f7a073 100755 --- a/libs/csrf/csrfprotector.php +++ b/libs/csrf/csrfprotector.php @@ -99,6 +99,7 @@ class csrfProtector * Parameters: * $length - length of CSRF_AUTH_TOKEN to be generated * $action - int array, for different actions to be taken in case of failed validation + * $logger - custom logger class object * * Returns: * void