@@ -60,10 +60,10 @@ protected function execute(InputInterface $input, OutputInterface $output)
6060 }
6161
6262 /**
63- * Core setup group of task
63+ * Core setup group of task.
6464 *
65- * @param InputInterface $input
66- * @param OutputInterface $output
65+ * @param InputInterface $input
66+ * @param OutputInterface $output
6767 */
6868 protected function executeSetup (InputInterface $ input , OutputInterface $ output )
6969 {
@@ -75,10 +75,10 @@ protected function executeSetup(InputInterface $input, OutputInterface $output)
7575 }
7676
7777 /**
78- * Debug group of task
78+ * Debug group of task.
7979 *
80- * @param InputInterface $input
81- * @param OutputInterface $output
80+ * @param InputInterface $input
81+ * @param OutputInterface $output
8282 */
8383 protected function executeDebug (InputInterface $ input , OutputInterface $ output )
8484 {
@@ -87,10 +87,10 @@ protected function executeDebug(InputInterface $input, OutputInterface $output)
8787 }
8888
8989 /**
90- * Configuration group of task
90+ * Configuration group of task.
9191 *
92- * @param InputInterface $input
93- * @param OutputInterface $output
92+ * @param InputInterface $input
93+ * @param OutputInterface $output
9494 */
9595 protected function executeConfiguration (InputInterface $ input , OutputInterface $ output )
9696 {
@@ -99,10 +99,10 @@ protected function executeConfiguration(InputInterface $input, OutputInterface $
9999 }
100100
101101 /**
102- * Assets setup group of task
102+ * Assets setup group of task.
103103 *
104- * @param InputInterface $input
105- * @param OutputInterface $output
104+ * @param InputInterface $input
105+ * @param OutputInterface $output
106106 */
107107 protected function executeAsset (InputInterface $ input , OutputInterface $ output )
108108 {
@@ -111,10 +111,10 @@ protected function executeAsset(InputInterface $input, OutputInterface $output)
111111 }
112112
113113 /**
114- * Cleanup group of task
114+ * Cleanup group of task.
115115 *
116- * @param InputInterface $input
117- * @param OutputInterface $output
116+ * @param InputInterface $input
117+ * @param OutputInterface $output
118118 */
119119 protected function executeCleanup (InputInterface $ input , OutputInterface $ output )
120120 {
0 commit comments