Skip to content

Commit afb49b8

Browse files
committed
minor #17330 Add missing space (decocodes)
This PR was submitted for the 6.2 branch but it was merged into the 6.1 branch instead. Discussion ---------- Add missing space Commits ------- b636d2e Add missing space
2 parents e45d89e + b636d2e commit afb49b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/flex_recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Are you building an API? You can already return JSON from any controller::
165165
// ...
166166

167167
#[Route('/api/hello/{name}', methods: ['GET'])]
168-
public function apiHello(string$name): JsonResponse
168+
public function apiHello(string $name): JsonResponse
169169
{
170170
return $this->json([
171171
'name' => $name,

0 commit comments

Comments
 (0)