Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Aug 5, 2021
1 parent 0c8d316 commit 611f624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Persistence/Cache/ObjectStateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public function setContentState($contentId, $groupId, $stateId)
$this->tagGenerator->generate(
self::PREFIXED_STATE_BY_GROUP_ON_CONTENT_TAG,
[$groupId, $contentId]
),
)
);

return $return;
Expand Down
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Persistence/Cache/UserHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function () use ($identifier) {
},
$this->getRoleTags,
$this->getRoleKeys,
$this->tagGenerator->generate(self::BY_IDENTIFIER_SUFFIX),
$this->tagGenerator->generate(self::BY_IDENTIFIER_SUFFIX)
);
}

Expand Down

0 comments on commit 611f624

Please sign in to comment.