1
0
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:
Bruce Weirdan 2019-12-21 02:14:22 +02:00 committed by Matthew Brown
parent 59aeb6b6c3
commit 7e8268fe94

View File

@ -12,8 +12,6 @@ interface FunctionExistenceProviderInterface
public static function getFunctionIds() : array;
/**
* @param array<PhpParser\Node\Arg> $call_args
*
* @return ?bool
*/
public static function doesFunctionExist(