From a7a94d6d9baf16b7a9a8e4544bba6d59cd5159d4 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 10 Sep 2012 11:27:59 -0500 Subject: [PATCH] [zendframework/zf2#2278][ZF2-513] CS fixes - trailing whitespace --- src/ValidatorChain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ValidatorChain.php b/src/ValidatorChain.php index e377bdf45..9d46c9d29 100644 --- a/src/ValidatorChain.php +++ b/src/ValidatorChain.php @@ -230,7 +230,7 @@ public function __invoke($value) { return $this->isValid($value); } - + /** * Prepare validator chain for serialization *