Morelocks

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-06-04 06:28:10 +02:00
parent 9ec64ff578
commit f003ca890b
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -172,6 +172,7 @@ class Manager implements IManager {
}
$this->notifiers[] = $notifier;
$this->logger->warning('✅ Manager::getNotifiers(): count()===' . count($this->notifiers));
}
$this->parsedRegistrationContext = true;
@ -302,7 +303,7 @@ class Manager implements IManager {
*/
public function notify(INotification $notification): void {
$this->logger->warning('✅ notify(' . $notification->getApp() . ')');
$this->logger->warning('notify::hasNotifiers' . json_encode($this->hasNotifiers()));
$this->logger->warning('notify::hasNotifiers' . json_encode($this->hasNotifiers()));
if (!$notification->isValid()) {
throw new IncompleteNotificationException('The given notification is invalid');
}