We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795d1f commit 9c25631Copy full SHA for 9c25631
1 file changed
examples/notification.php
@@ -18,7 +18,7 @@
18
19
$n = 0;
20
$loop->addPeriodicTimer(10.0, function ($timer) use ($zen, &$n) {
21
- $notification->setMessage('Hi' . ++$n);
+ $zen->setMessage('Hi' . ++$n);
22
});
23
24
$loop->run();
0 commit comments