Completed
Push — master ( de2947...fcd5f9 )
by AJ
02:25
created
src/Shell/SubdomainsInstallShell.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * @param integer $key
160 160
      */
161
-    private function _deleteSubdomain (&$subdomains, $key) {
161
+    private function _deleteSubdomain(&$subdomains, $key) {
162 162
         
163 163
         if (isset($subdomains[$key])) {
164 164
             
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     /**
178 178
      * @param string|null $subdomain
179 179
      */    
180
-    private function _validateSubdomain ($subdomain) {
180
+    private function _validateSubdomain($subdomain) {
181 181
     
182 182
         if (is_null($subdomain) || empty($subdomain)) {
183 183
             return false;
Please login to merge, or discard this patch.