From ab4dd6a28c5625fb00e25740b31d5791c915f8f1 Mon Sep 17 00:00:00 2001 From: Felix Gradinaru Date: Wed, 17 Jan 2024 19:07:47 +0100 Subject: [PATCH] Add missing * in docblock --- Classes/ContentRepository/NodeTranslationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ContentRepository/NodeTranslationService.php b/Classes/ContentRepository/NodeTranslationService.php index 4ec027a..cf7a72d 100644 --- a/Classes/ContentRepository/NodeTranslationService.php +++ b/Classes/ContentRepository/NodeTranslationService.php @@ -94,7 +94,7 @@ class NodeTranslationService */ protected $translatablePropertiesFactory; - /* + /** * This is an internal property and should always be 'live'. * Its only purpose is to be overridden in functional testing. *