Skip to content

Update _ide_helpers.php #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 {}