Skip to content

Commit 87fc386

Browse files
authored
Merge pull request #81 from humhub/php-fixer/2025-08-23-160959
PHP CS Fixer 2025-08-23-160959
2 parents f913a2a + f4a8ab9 commit 87fc386

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

drivers/Fcm.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ public function getSenderId(): string
6565

6666
public function isConfigured(): bool
6767
{
68-
return !empty($this->config->json) &&
69-
!empty($this->config->senderId) &&
70-
!empty($this->config->getJsonParam('project_id')) &&
71-
!empty($this->config->firebaseApiKey) &&
72-
!empty($this->config->firebaseAppId) &&
73-
!empty($this->config->firebaseVapidKey);
68+
return !empty($this->config->json)
69+
&& !empty($this->config->senderId)
70+
&& !empty($this->config->getJsonParam('project_id'))
71+
&& !empty($this->config->firebaseApiKey)
72+
&& !empty($this->config->firebaseAppId)
73+
&& !empty($this->config->firebaseVapidKey);
7474
}
7575
}

0 commit comments

Comments
 (0)