Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Sep 29, 2023
1 parent 14a181e commit 9df8f01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Lib/CacheResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public function save(
DateInterval|int $lifetime = null,
int $priority = 0,
bool $force = false
): void
{
): void {
Cache::save($data, $key, $tags, $lifetime, $priority, $force);
}

Expand Down

0 comments on commit 9df8f01

Please sign in to comment.