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',