From 27064f5987c4e68de5a510794628aad3df046187 Mon Sep 17 00:00:00 2001 From: crynobone Date: Mon, 7 Oct 2013 20:48:17 +0800 Subject: [PATCH] Remove return void on construct. Signed-off-by: crynobone --- src/Orchestra/Support/Validator.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Orchestra/Support/Validator.php b/src/Orchestra/Support/Validator.php index 14a0564..58ec820 100644 --- a/src/Orchestra/Support/Validator.php +++ b/src/Orchestra/Support/Validator.php @@ -36,8 +36,6 @@ abstract class Validator { /** * Create a new instance. - * - * @return void */ public function __construct() {