From 67314ca80247c1561eccd9f88343c5dc4ea620d9 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 12 Jul 2019 11:31:08 -0700 Subject: [PATCH] src/Validator.php - Docblock --- src/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Validator.php b/src/Validator.php index eff4740..4dc0fc3 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -34,7 +34,7 @@ * @package Civi\FlexMailer * * The *validator* determines whether a mailing is completely specified - * (sendable). If not delivery. + * (sendable). If not, delivery should be blocked. */ class Validator {