Skip to content

Commit

Permalink
chore(doc): fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
JorickPepin committed May 13, 2024
1 parent 4fc86c9 commit 32cacd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ will be available;
For example:

```php
function create_default_variables(): Context
function create_default_variables(): array
{
$projectName = 'app';
$tld = 'test';
Expand Down

0 comments on commit 32cacd5

Please sign in to comment.