We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e1a97 commit 8a21b2eCopy full SHA for 8a21b2e
src/Controller/StartpageController.php
@@ -18,7 +18,7 @@ public function __construct(
18
) {
19
}
20
21
- public function index($version)
+ public function index($version): Response
22
{
23
if (str_ends_with($version, '.html')) {
24
$version = substr($version, 0, -5);
0 commit comments