@@ -179,9 +179,9 @@ discard block |
||
| 179 | 179 | if ($this->domain === null) { |
| 180 | 180 | if($this->getBaseTag() === null) { |
| 181 | 181 | $this->domain = $this->getPagePathParsing()['host'] . '/'; |
| 182 | - }elseif(array_key_exists('scheme', $this->getBaseTagParsing())){ |
|
| 182 | + } elseif(array_key_exists('scheme', $this->getBaseTagParsing())){ |
|
| 183 | 183 | $this->domain = $this->getBaseTagParsing()['host'] . '/'; |
| 184 | - }else{ |
|
| 184 | + } else{ |
|
| 185 | 185 | $this->domain = $this->getPagePathParsing()['host'] . '/'; |
| 186 | 186 | } |
| 187 | 187 | } |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | if($this->pagePathParsing == null) { |
| 220 | 220 | if(is_string($this->getPagePath())) { |
| 221 | 221 | $this->pagePathParsing = parse_url($this->getPagePath()); |
| 222 | - }else{ |
|
| 222 | + } else{ |
|
| 223 | 223 | $this->pagePathParsing = []; |
| 224 | 224 | } |
| 225 | 225 | } |