mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove strict-
This commit is contained in:
parent
256d9ac1a5
commit
a79255cc99
@ -484,7 +484,7 @@ This allows you to define an alias for another type.
|
|||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @psalm-type PhoneType = strict-array{phone: string}
|
* @psalm-type PhoneType = array{phone: string}
|
||||||
*/
|
*/
|
||||||
class Phone {
|
class Phone {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user