8000 [12.x] Add throws docblock by amirhshokri · Pull Request #56137 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[12.x] Add throws docblock #56137

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

Merged
merged 2 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Update CompilerEngine.php
  • Loading branch information
taylorotwell authored Jun 26, 2025
commit c2588e1d24d6da26e460dec47a882c0873c1f983
2 changes: 1 addition & 1 deletion src/Illuminate/View/Engines/CompilerEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct(CompilerInterface $compiler, ?Filesystem $files = nu
* @param array $data
* @return string
*
* @throws ViewException
* @throws \Illuminate\View\ViewException
*/
public function get($path, array $data = [])
{
Expand Down
0