Skip to content

Commit 46a1c4c

Browse files
committed
ACP2E-3532: Sitemap Generation Warnings
1 parent 7971d4c commit 46a1c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Sitemap/Model/Sitemap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ public function getSitemapUrl($sitemapPath, $sitemapFileName)
828828
* @return bool
829829
* @deprecated 100.1.5 Because the robots.txt file is not generated anymore,
830830
* this method is not needed and will be removed in major release.
831+
* @see no alternatives
831832
*/
832833
protected function _isEnabledSubmissionRobots()
833834
{
@@ -842,6 +843,7 @@ protected function _isEnabledSubmissionRobots()
842843
* @return void
843844
* @deprecated 100.1.5 Because the robots.txt file is not generated anymore,
844845
* this method is not needed and will be removed in major release.
846+
* @see no alternatives
845847
*/
846848
protected function _addSitemapToRobotsTxt($sitemapFileName)
847849
{

0 commit comments

Comments
 (0)