Skip to content

Commit 7599898

Browse files
committed
minor #13284 Update page_creation.rst with Response return (DurandSacha)
This PR was merged into the master branch. Discussion ---------- Update page_creation.rst with Response return Commits ------- 33b1661 Update page_creation.rst with Response return
2 parents a0af6e0 + 33b1661 commit 7599898

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)