From 077f0be6f0ad2dd3ced5b555c9e86fd9f72e45b8 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Thu, 1 Jun 2017 16:05:06 -0700 Subject: [PATCH] Remove 'void' return annotation --- tests/Validation/ValidationTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Validation/ValidationTest.php b/tests/Validation/ValidationTest.php index eab70a3..7957fc1 100644 --- a/tests/Validation/ValidationTest.php +++ b/tests/Validation/ValidationTest.php @@ -166,7 +166,10 @@ class ValidationTest extends TestCase return $defsForAssert; } - private function filterSkippedReferences(&$references): void + /** + * @return void + */ + private function filterSkippedReferences(&$references) { $skipped = [ 'false', 'true', 'null', 'FALSE', 'TRUE', 'NULL',