Skip to content

Commit

Permalink
Cleanup fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Oct 30, 2023
1 parent 42b51cb commit 9419864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Repository/CacheTagsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function insertByTagAndCacheHash(string $tag, string $cacheHash): void
'tag' => $tag,
'cache_hash' => $cacheHash,
])
->executeStatement ();
->executeStatement();
}

public function getByCacheHash(string $cacheHash): \Traversable
Expand Down

0 comments on commit 9419864

Please sign in to comment.