mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Drop non-existent param from docblock (#2492)
I wonder why psalm didn't catch it.
This commit is contained in:
parent
59aeb6b6c3
commit
7e8268fe94
@ -12,8 +12,6 @@ interface FunctionExistenceProviderInterface
|
||||
public static function getFunctionIds() : array;
|
||||
|
||||
/**
|
||||
* @param array<PhpParser\Node\Arg> $call_args
|
||||
*
|
||||
* @return ?bool
|
||||
*/
|
||||
public static function doesFunctionExist(
|
||||
|
Loading…
x
Reference in New Issue
Block a user