Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Fix return types #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix render() return type
danilopolani authored May 31, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a7bf661980a49831e3f36c447180b774b6cc9ca4
2 changes: 1 addition & 1 deletion src/Laravelium/Sitemap/Sitemap.php
Original file line number Diff line number Diff line change
@@ -310,7 +310,7 @@ public function resetSitemaps($sitemaps = [])
* @param string $format (options: xml, html, txt, ror-rss, ror-rdf, google-news)
* @param string $style (path to custom xls style like '/styles/xsl/xml-sitemap.xsl')
*
* @return View
* @return \Illuminate\Http\Response
*/
public function render($format = 'xml', $style = null)
{