Skip to content

Conversation

jeremykenedy
Copy link
Owner

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

@jeremykenedy jeremykenedy merged commit fbb7eea into laravel7 Mar 28, 2020
@jeremykenedy jeremykenedy deleted the analysis-1bWneP branch March 28, 2020 09:29
$default = Theme::findOrFail(Theme::default);

if ($theme->id != $default->id) {
if ($theme->id !== $default->id) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line indented incorrectly; expected 12 spaces, found 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants