Skip to content

Commit

Permalink
Merge pull request #17 from james-astalty/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nunomaduro authored Mar 31, 2024
2 parents 8df1ca1 + a8a6836 commit b7eb3ef
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 @@ -36,7 +36,7 @@ $users = getUsers();
$users = type($users)->not()->null();
```

And one more example, where we narrow down the type of a variable to a Collection without loosing the type information:
And one more example, where we narrow down the type of a variable to a Collection without losing the type information:

```php
/** @var Collection<int, User>|null $users */
Expand Down

0 comments on commit b7eb3ef

Please sign in to comment.