@@ -99,16 +99,16 @@ |
||
99 | 99 | { |
100 | 100 | // Enforce types |
101 | 101 | if ($this->sitemapUrls !== null) { |
102 | - $this->sitemapUrls = (bool)$this->sitemapUrls; |
|
102 | + $this->sitemapUrls = (bool) $this->sitemapUrls; |
|
103 | 103 | } |
104 | 104 | if ($this->sitemapAssets !== null) { |
105 | - $this->sitemapAssets = (bool)$this->sitemapAssets; |
|
105 | + $this->sitemapAssets = (bool) $this->sitemapAssets; |
|
106 | 106 | } |
107 | 107 | if ($this->sitemapFiles !== null) { |
108 | - $this->sitemapFiles = (bool)$this->sitemapFiles; |
|
108 | + $this->sitemapFiles = (bool) $this->sitemapFiles; |
|
109 | 109 | } |
110 | 110 | if ($this->sitemapAltLinks !== null) { |
111 | - $this->sitemapAltLinks = (bool)$this->sitemapAltLinks; |
|
111 | + $this->sitemapAltLinks = (bool) $this->sitemapAltLinks; |
|
112 | 112 | } |
113 | 113 | } |
114 | 114 |