Completed
Push — master ( c459c5...bec271 )
by AJ
01:54
created
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -156,8 +156,8 @@  discard block
 block discarded – undo
156 156
     }
157 157
     
158 158
     /**
159
-    * @param integer $key
160
-    */
159
+     * @param integer $key
160
+     */
161 161
     private function _deleteSubdomain (&$subdomains, $key) {
162 162
         
163 163
         if (isset($subdomains[$key])) {
@@ -175,8 +175,8 @@  discard block
 block discarded – undo
175 175
     }
176 176
     
177 177
     /**
178
-    * @param string|null $subdomain
179
-    */    
178
+     * @param string|null $subdomain
179
+     */    
180 180
     private function _validateSubdomain ($subdomain) {
181 181
     
182 182
         if (is_null($subdomain) || empty($subdomain)) {
Please login to merge, or discard this patch.