Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Iosif committed Aug 8, 2017
1 parent 2befc93 commit 8475f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Usecase/Post/BreakPostLock.php
Expand Up @@ -19,7 +19,7 @@ class BreakPostLock extends LockUsecase
public function interact()
{
$result = [];
if($this->getIdentifier('lock_id')) {
if ($this->getIdentifier('lock_id')) {
$result = $this->repo->releaseLockByLockId($this->getIdentifier('lock_id'));
} else {
$entity = $this->getEntity();
Expand Down

0 comments on commit 8475f0f

Please sign in to comment.