Completed
Push — master ( 1ce5d6...d981b7 )
by Andrii
02:02
created
src/controllers/NginxController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@  discard block
 block discarded – undo
61 61
         return $this->passthru('service', ['nginx', 'restart', Sudo::create()]);
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $path
66
+     */
64 67
     public static function mkdir($path)
65 68
     {
66 69
         if (file_exists($path)) {
@@ -106,6 +109,9 @@  discard block
 block discarded – undo
106 109
         $this->_etcDir = $value;
107 110
     }
108 111
 
112
+    /**
113
+     * @return string
114
+     */
109 115
     public function getEtcDir()
110 116
     {
111 117
         if ($this->_etcDir === null) {
Please login to merge, or discard this patch.