From c141990c80685a67d282b786bf397959985aa95a Mon Sep 17 00:00:00 2001 From: s3b4stian Date: Thu, 4 Oct 2018 17:35:14 +0000 Subject: [PATCH] Custom Rules section updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45f4e63..3fb4f4b 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ Custom Rule should have: - At least one alias. And for callback function: -- At least one parameter, rapresenting the received value. +- At least one argument, rapresenting the received value. - Return type, bool or void. -> **Note:** For implementing a sanitize custom rule, closure must have only one argument passed for reference. +> **Note:** For implementing a sanitize custom rule, closure must have only one argument and this argument must be passed for reference.