Completed
Branch master (f15b87)
by AJ
04:52
created
src/Shell/SubdomainsInstallShell.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 							$subdomains[] = $subdomain;
82 82
 							$valid = true;
83 83
 							$this->out();
84
-						}else{
84
+						} else{
85 85
 							$valid = false;
86 86
 							$this->out();
87 87
 							$this->_io->out('<error>Invalid Subdomain.</error>');
Please login to merge, or discard this patch.