diff --git a/src/Psalm/Plugin/Hook/FunctionExistenceProviderInterface.php b/src/Psalm/Plugin/Hook/FunctionExistenceProviderInterface.php index 523744cac..24d7e3ab6 100644 --- a/src/Psalm/Plugin/Hook/FunctionExistenceProviderInterface.php +++ b/src/Psalm/Plugin/Hook/FunctionExistenceProviderInterface.php @@ -12,8 +12,6 @@ interface FunctionExistenceProviderInterface public static function getFunctionIds() : array; /** - * @param array $call_args - * * @return ?bool */ public static function doesFunctionExist(