Skip to content

Commit

Permalink
Merge pull request #304 from jolicode/fix_doc-return-type
Browse files Browse the repository at this point in the history
chore(doc): fix return type
  • Loading branch information
lyrixx authored May 13, 2024
2 parents 4fc86c9 + 32cacd5 commit 3582433
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 3582433

Please sign in to comment.