Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Dec 8, 2023
1 parent 7b22159 commit ebe0262
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 @@ -73,7 +73,7 @@ class Repository {}

Use of an entity in a repository.
```php
function find(int $id): array|SampleEntity|Row|null
function find(int $id): array|SampleEntity|null
{
return $this->get($id)->fetch();
}
Expand Down

0 comments on commit ebe0262

Please sign in to comment.