Skip to content

Commit

Permalink
Update OptimisticLockTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Feb 15, 2023
1 parent d44ffce commit ac7f628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DTO/OptimisticLockTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public function getEditVersion(): int
/**
* @param int $editVersion
*
* @return self
* @return static
*/
public function setEditVersion(int $editVersion): self
public function setEditVersion(int $editVersion): static
{
$this->editVersion = $editVersion;

Expand Down

0 comments on commit ac7f628

Please sign in to comment.