| @@ -270,7 +270,7 @@ discard block | ||
| 270 | 270 | /** | 
| 271 | 271 | * Get the max size value. | 
| 272 | 272 | * | 
| 273 | - * @return int | |
| 273 | + * @return boolean | |
| 274 | 274 | */ | 
| 275 | 275 | public function getMaxSize() | 
| 276 | 276 |      { | 
| @@ -592,7 +592,7 @@ discard block | ||
| 592 | 592 | * @param string $path (path to store sitemap like '/www/site/public') | 
| 593 | 593 | * @param string $style (path to custom xls style like '/styles/xsl/xml-sitemap.xsl') | 
| 594 | 594 | * | 
| 595 | - * @return bool | |
| 595 | + * @return integer | |
| 596 | 596 | */ | 
| 597 | 597 | public function store($format = 'xml', $filename = 'sitemap', $path = null, $style = null) | 
| 598 | 598 |      { |