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

Update MixedArgumentTypeCoercion.md (#3129)

This commit is contained in:
Valentin Udaltsov 2020-04-13 02:52:50 +03:00 committed by GitHub
parent 5bc9b095d1
commit 29394552a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# MixedArgumentTypeCoercion
Emitted when Psalm cannot be sure that part of an array/iterabble argument's type constraints can be fulfilled
Emitted when Psalm cannot be sure that part of an array/iterable argument's type constraints can be fulfilled
```php
<?php