From 19a4222d94211c2db45e70feeaffb0b5d064a82b Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Tue, 6 Aug 2024 21:07:25 -0500 Subject: [PATCH] reducing filesize a bit with smaller property comment blocks (#132) --- template/types/properties/declaration.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/template/types/properties/declaration.php b/template/types/properties/declaration.php index 6601097b..d1d5752e 100644 --- a/template/types/properties/declaration.php +++ b/template/types/properties/declaration.php @@ -26,13 +26,14 @@ $documentation = DocumentationUtils::compilePropertyDocumentation($property, 5, true); ob_start(); ?> - /** - + + /** @var */ + + /** - * - * @var */ + protected $getName(); ?> = ;