Fix code style error in previous commit.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-04-14 21:16:18 -05:00
parent 8e903f9e76
commit 083d8829f3
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ListenerRepository extends Repository
public function update(Entity\Station $station, array $clients): void
{
$this->em->transactional(
function () use ($station, $clients) {
function () use ($station, $clients): void {
$existingClientsRaw = $this->em->createQuery(
<<<'DQL'
SELECT l.id, l.listener_uid, l.listener_hash