diff --git a/code/MathSpamProtector.php b/code/MathSpamProtector.php index 8b81dc9..dfebc2c 100644 --- a/code/MathSpamProtector.php +++ b/code/MathSpamProtector.php @@ -14,5 +14,10 @@ class MathSpamProtector implements SpamProtector { public function getFormField($name = null, $title = null, $value = null) { return new MathSpamProtectorField($name, $title, $value); } - -} \ No newline at end of file + + /** + * Not used by MathSpamProtector + */ + public function setFieldMapping($fieldMapping) {} + +}