Skip to content

Commit

Permalink
Merge pull request #7 from cesargb/analysis-jLVmw7
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
cesargb authored Feb 24, 2020
2 parents 202d712 + e64a263 commit afb1bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Morph.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function ($relation) {
*/
protected function methodReturnedMorphRelation($model, $methodName)
{
if (!method_exists($model, $methodName)) {
if (! method_exists($model, $methodName)) {
return;
}

Expand All @@ -200,7 +200,7 @@ protected function isMorphRelation($relation)
}

/**
* Load models with Cascade Delete
* Load models with Cascade Delete.
*
* @param string|array $path
* @return void
Expand Down

0 comments on commit afb1bf5

Please sign in to comment.