Completed
Push — master ( e541f0...338e94 )
by AJ
01:50
created
src/Shell/SubdomainsInstallShell.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 
21 21
 class SubdomainsInstallShell extends Shell {
22 22
     
23
-    public function main() {
23
+    public function main () {
24 24
     
25 25
         $subdomains = array();    
26 26
     
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     
139 139
     }
140 140
     
141
-    private function _modifyArray(array $array) {
141
+    private function _modifyArray (array $array) {
142 142
 
143 143
         return array_combine(range(1, count($array)), array_values($array)); ;    
144 144
         
Please login to merge, or discard this patch.