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