Completed
Push — feature/add-cli-installers ( 21ffa6...734d0d )
by Steven
13:40
created
src/Magestead/Helper/Options.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return mixed
70
+     * @return string
71 71
      */
72 72
     public function getApp()
73 73
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @return mixed
78
+     * @return string
79 79
      */
80 80
     public function getServer()
81 81
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @return mixed
94
+     * @return string
95 95
      */
96 96
     public function getBox()
97 97
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @return mixed
134
+     * @return string
135 135
      */
136 136
     public function getCpus()
137 137
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return mixed
166
+     * @return string
167 167
      */
168 168
     public function getBaseUrl()
169 169
     {
Please login to merge, or discard this patch.