Completed
Push — master ( d981b7...ea31e5 )
by Andrii
10:16
created
src/controllers/NginxController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@  discard block
 block discarded – undo
82 82
         return $this->actionPerform('status', false);
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $operation
87
+     */
85 88
     public function actionPerform($operation, $sudo = true)
86 89
     {
87 90
         $args = ['nginx', $operation];
@@ -176,6 +179,9 @@  discard block
 block discarded – undo
176 179
         $this->_etcDir = $value;
177 180
     }
178 181
 
182
+    /**
183
+     * @return string
184
+     */
179 185
     public function getEtcDir()
180 186
     {
181 187
         if ($this->_etcDir === null) {
Please login to merge, or discard this patch.