diff --git a/_ide_helpers.php b/_ide_helpers.php index 6defcc6..a4f81e6 100644 --- a/_ide_helpers.php +++ b/_ide_helpers.php @@ -500,7 +500,7 @@ class Lang extends Illuminate\Translation\Translator {} class Validator extends Illuminate\Validation\Factory {} /** - * @method static void make(string $view, array $data) Get a evaluated view contents for the given view. + * @method static string make(string $view, array $data = array()) Get a evaluated view contents for the given view. * @method static string renderEach(string $view, array $data, string $iterator, string $empty) Get the rendered contents of a partial from a loop. * @method static void share(string $key, mixed $value) Add a piece of shared data to the environment. * @method static Closure composer(string $view, Closure|string $callback) Register a view composer event. @@ -525,4 +525,4 @@ class Validator extends Illuminate\Validation\Factory {} * @method static array getShared() Get all of the shared data for the environment. * @method static array getSections() Get the entire array of sections. */ -class View extends Illuminate\View\Environment {} \ No newline at end of file +class View extends Illuminate\View\Environment {}