From 9fd133150460cabce2b13edcf240e7ea53dbff6f Mon Sep 17 00:00:00 2001 From: Gurami Kutivadze Date: Tue, 2 May 2023 12:37:04 +0400 Subject: [PATCH] fix variable anotation in config array --- config/translation-manager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/translation-manager.php b/config/translation-manager.php index 8768907a..2027a0f1 100644 --- a/config/translation-manager.php +++ b/config/translation-manager.php @@ -18,7 +18,7 @@ /** * Enable deletion of translations * - * @type boolean + * @var boolean */ 'delete_enabled' => true, @@ -26,7 +26,7 @@ * Exclude specific groups from Laravel Translation Manager. * This is useful if, for example, you want to avoid editing the official Laravel language files. * - * @type array + * @var array * * array( * 'pagination', @@ -39,7 +39,7 @@ /** * Exclude specific languages from Laravel Translation Manager. * - * @type array + * @var array * * array( * 'fr',