Skip to content
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
Apply fixes from StyleCI (#36111)
  • Loading branch information
driesvints authored Feb 1, 2021
commit 50d997c4d9fc94eb33bb59313529502391a69d83
2 changes: 1 addition & 1 deletion src/Illuminate/View/ViewException.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function report()
if (Reflector::isCallable($reportCallable = [$exception, 'report'])) {
return Container::getInstance()->call($reportCallable);
}

return false;
}

Expand Down