Completed
Push — master ( 1f25f1...686c3b )
by AJ
02:09
created
src/Routing/Route/SubdomainRoute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @param array $url
45 45
      * @param array $context
46
-     * @return bool|array
46
+     * @return false|string
47 47
      */
48 48
     public function match(array $url, array $context = [])
49 49
     {
Please login to merge, or discard this patch.
src/Shell/SubdomainsInstallShell.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
      */
178 178
     private function _displayCurrentSubdomains(array $subdomains)
179 179
     {
180
-     if ($this->_countSubdomains($subdomains)) {
180
+        if ($this->_countSubdomains($subdomains)) {
181 181
             $this->out();
182 182
             $this->out('Current subdomains:', 2);
183 183
 
Please login to merge, or discard this patch.