Skip to content

Commit 942fd56

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Add missing space
2 parents 1f8bd5b + afb49b8 commit 942fd56

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)