mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Improve callmap with information from docs.php.net (#494)
* Update CallMap.php with information from docs.php.net * Undo possibly inaccurate information from docs.php.net * Fix bug in ReflectionMethod::invoke*() signature http://php.net/manual/en/reflectionmethod.invoke.php had a misleading method signature description section
This commit is contained in:
parent
1df4c3d196
commit
0bc7ac11f1
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ class ArgTest extends TestCase
|
||||
'callMapClassOptionalArg' => [
|
||||
'<?php
|
||||
$m = new ReflectionMethod("hello", "goodbye");
|
||||
$m->invoke("cool");',
|
||||
$m->invoke(null, "cool");',
|
||||
],
|
||||
'sortFunctions' => [
|
||||
'<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user