Skip to content

Commit

Permalink
Merge branch '5.8' of github.com:laravel/framework into 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 20, 2019
2 parents 34759cc + 6d92cc5 commit cd7486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ function validator(array $data = [], array $rules = [], array $messages = [], ar
* Get the evaluated view contents for the given view.
*
* @param string $view
* @param array $data
* @param \Illuminate\Contracts\Support\Arrayable|array $data
* @param array $mergeData
* @return \Illuminate\View\View|\Illuminate\Contracts\View\Factory
*/
Expand Down

0 comments on commit cd7486a

Please sign in to comment.