Force annotations to specify `callable` params and return type. E.g.: ```php /** * @param callable(string): void $callback */ public function process(callable $callback): void ```
Force annotations to specify
callableparams and return type.E.g.: