Skip to content

Commit b636d2e

Browse files
andretefrasOskarStark
authored andcommitted
Add missing space
1 parent e45d89e commit b636d2e

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)