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. *