Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _ide_helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 {}
class View extends Illuminate\View\Environment {}