Skip to content

Commit 33b1661

Browse files
authored
Update page_creation.rst with Response return
1 parent a0af6e0 commit 33b1661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ random) number and prints it. To do that, create a "Controller" class and a
5252

5353
class LuckyController
5454
{
55-
public function number()
55+
public function number(): Response
5656
{
5757
$number = random_int(0, 100);
5858

0 commit comments

Comments
 (0)