From c2f8287e6b6056e9ce32160d3c533543ad4f711f Mon Sep 17 00:00:00 2001 From: Jan Vernieuwe Date: Fri, 25 Oct 2019 10:14:50 +0200 Subject: [PATCH] Fix return type of FileGenerator::getClass --- src/Generator/FileGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/FileGenerator.php b/src/Generator/FileGenerator.php index 73af4cab..c8297734 100644 --- a/src/Generator/FileGenerator.php +++ b/src/Generator/FileGenerator.php @@ -337,7 +337,7 @@ public function setClasses(array $classes) /** * @param string $name - * @return ClassGenerator + * @return ClassGenerator|false */ public function getClass($name = null) {