@@ -75,7 +75,7 @@ |
||
| 75 | 75 | * @param Response $response |
| 76 | 76 | * @param string|boolean $edition |
| 77 | 77 | * |
| 78 | - * @return string|boolean |
|
| 78 | + * @return string|false |
|
| 79 | 79 | */ |
| 80 | 80 | public function getVersion(Response $response, $edition) |
| 81 | 81 | { |
@@ -171,7 +171,7 @@ |
||
| 171 | 171 | * |
| 172 | 172 | * @param string $filename |
| 173 | 173 | * |
| 174 | - * @return void |
|
| 174 | + * @return boolean |
|
| 175 | 175 | */ |
| 176 | 176 | protected function downloadLatestVersion($filename) |
| 177 | 177 | { |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | /** |
| 79 | 79 | * Parse the robots.txt text file to find the sitemap |
| 80 | 80 | * |
| 81 | - * @return string|boolean |
|
| 81 | + * @return false|string |
|
| 82 | 82 | */ |
| 83 | 83 | protected function getSitemapUrl() |
| 84 | 84 | { |