Skip to content

Commit

Permalink
Homework 19. Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchugun committed Mar 15, 2024
1 parent 96b1633 commit de2f9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QueueClient/Redis/RedisClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function __construct(RedisConfigInterface $config)
} catch (RedisException $e) {
throw new Exception($e->getMessage());
}

}

/**
Expand Down

0 comments on commit de2f9a4

Please sign in to comment.