From bd4defe7936aa08f9c13bfc831a8aac44ede25b7 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Thu, 19 Apr 2018 22:07:24 +0700 Subject: [PATCH] MINOR: IDE whitespace tidy --- code/MathSpamProtectorField.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/code/MathSpamProtectorField.php b/code/MathSpamProtectorField.php index 7566f73..6db5d36 100644 --- a/code/MathSpamProtectorField.php +++ b/code/MathSpamProtectorField.php @@ -1,4 +1,5 @@ get('MathSpamProtectorField', 'enabled')) { @@ -71,8 +72,8 @@ class MathSpamProtectorField extends TextField } /** - * Validates the value submitted by the user with the one saved into the - * {@link Session} and then notify callback object with the spam checking + * Validates the value submitted by the user with the one saved into the + * {@link Session} and then notify callback object with the spam checking * result. * * @return bool @@ -126,7 +127,7 @@ class MathSpamProtectorField extends TextField } /** - * Checks the given answer if it matches the addition of the saved session + * Checks the given answer if it matches the addition of the saved session * variables. * * Users can answer using words or digits.