1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add callmap updates from Phan

This commit is contained in:
Matthew Brown 2018-03-27 01:05:37 -04:00
parent 44cccb5b3d
commit 3ef7073862
2 changed files with 3053 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -480,7 +480,7 @@ class FunctionCallTest extends TestCase
'<?php
$foo = array_sum([]) + 1;',
'assertions' => [
'$foo' => 'numeric',
'$foo' => 'float|int',
],
],
'arrayMapObjectLikeAndCallable' => [