Skip to content

Commit

Permalink
Remove strict-
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 12, 2022
1 parent 256d9ac commit a79255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/annotating_code/supported_annotations.md
Expand Up @@ -484,7 +484,7 @@ This allows you to define an alias for another type.
```php
<?php
/**
* @psalm-type PhoneType = strict-array{phone: string}
* @psalm-type PhoneType = array{phone: string}
*/
class Phone {
/**
Expand Down

0 comments on commit a79255c

Please sign in to comment.