1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Remove strict-

This commit is contained in:
Matthew Brown 2022-11-11 20:43:19 -05:00 committed by GitHub
parent 256d9ac1a5
commit a79255cc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
/**