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:
parent
44cccb5b3d
commit
3ef7073862
File diff suppressed because it is too large
Load Diff
@ -480,7 +480,7 @@ class FunctionCallTest extends TestCase
|
||||
'<?php
|
||||
$foo = array_sum([]) + 1;',
|
||||
'assertions' => [
|
||||
'$foo' => 'numeric',
|
||||
'$foo' => 'float|int',
|
||||
],
|
||||
],
|
||||
'arrayMapObjectLikeAndCallable' => [
|
||||
|
Loading…
Reference in New Issue
Block a user