Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Mar 10, 2020
1 parent 0658a18 commit 175073f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Events/RelationMorphFromModelWasCleaned.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class RelationMorphFromModelWasCleaned
*
* @param Model $model
* @param Relation $relation
* @param integer $numDeleted
* @param boolean $dryRun
* @param int $numDeleted
* @param bool $dryRun
*/
public function __construct(Model $model, Relation $relation, int $numDeleted, bool $dryRun)
{
Expand Down
1 change: 0 additions & 1 deletion tests/Morph/CleanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function testCleanResidualMorphRelations()
}
}


class MorphMock extends Morph
{
public function callGetCascadeDeleteModels()
Expand Down

0 comments on commit 175073f

Please sign in to comment.