From 59c044a3171a5d20c220bef77bc17c899d746f49 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Fri, 20 Jan 2023 23:11:59 +0100 Subject: [PATCH] Add stubs for `validator` and `view` helpers --- stubs/helpers.stubphp | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/stubs/helpers.stubphp b/stubs/helpers.stubphp index 6b05da3e..69e9a446 100644 --- a/stubs/helpers.stubphp +++ b/stubs/helpers.stubphp @@ -1,14 +1,14 @@ |array $data + * @param array $mergeData + * @return ($view is null ? \Illuminate\Contracts\View\Factory : \Illuminate\View\View) + */ +function view($view = null, $data = [], $mergeData = []) {} + /** * Translate the given message. *