Skip to content

Commit c6ca872

Browse files
thejmitchenergithub-actions[bot]
authored andcommitted
Fix styling
1 parent bd1cd3c commit c6ca872

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Http/Controllers/SitemapController.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ public function __construct(Sitemap $sitemap)
2727
/**
2828
* Retrieve the content of the specified sitemap file.
2929
*
30-
* @param string|null $filename The name of the sitemap file.
30+
* @param string|null $filename The name of the sitemap file.
3131
*
32-
* @return Response
3332
* @throws FileNotFoundException
3433
*/
35-
public function __invoke(string $filename = null): Response
34+
public function __invoke(?string $filename = null): Response
3635
{
3736
$filename = 'sitemap.xml';
3837

0 commit comments

Comments
 (0)