Skip to content

Commit

Permalink
Fix phpstan error: 'Method EncryptPasswords::apply() should return this'
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed Aug 21, 2023
1 parent de56163 commit 77edb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Setup/Patch/Data/EncryptPasswords.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public function apply()
}

$setup->endSetup();

return $this;
}

/**
Expand Down

0 comments on commit 77edb7c

Please sign in to comment.