X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a532906fc0063a87cb16f9daa0b76adef5fb3e36..991dd47b40783c56aee07179f42940cbbbae46bd:/Command/CalendarCommand.php?ds=sidebyside

diff --git a/Command/CalendarCommand.php b/Command/CalendarCommand.php
index 525aa67..fb0cd02 100644
--- a/Command/CalendarCommand.php
+++ b/Command/CalendarCommand.php
@@ -29,16 +29,19 @@ class CalendarCommand extends Command {
 	 *
 	 * @var ManagerRegistry
 	 */
-	protected $doctrine;
+	protected ManagerRegistry $doctrine;
 
-	///Locale
-	protected $locale;
+	///Router
+	protected RouterInterface $router;
 
 	///Slugger
-	protected $slugger;
+	protected SluggerUtil $slugger;
 
 	///Translator instance
-	protected $translator;
+	protected TranslatorInterface $translator;
+
+	///Locale
+	protected $locale;
 
 	///Lifetime string
 	protected $lifetime;