From 32cacd5ea387c0939173ae948c52d8a27d910e13 Mon Sep 17 00:00:00 2001 From: Jorick Pepin Date: Mon, 13 May 2024 19:01:49 +0200 Subject: [PATCH] chore(doc): fix return type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f593be..8a988db 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ will be available; For example: ```php -function create_default_variables(): Context +function create_default_variables(): array { $projectName = 'app'; $tld = 'test';