diff --git a/code/MultiFormStep.php b/code/MultiFormStep.php index 58bc91e..8e9506e 100644 --- a/code/MultiFormStep.php +++ b/code/MultiFormStep.php @@ -162,12 +162,11 @@ class MultiFormStep extends DataObject { * Custom validation for a step. In most cases, it should be sufficient * to have built-in validation through the {@link Validator} class * on the {@link getValidator()} method. + * * Use {@link Form->sessionMessage()} to feed back validation messages * to the user. Please don't redirect from this method, * this is taken care of in {@link next()}. * - * @usedby next() - * * @param array $data Request data * @param Form $form * @return boolean Validation success