Commit graph

11 commits

Author SHA1 Message Date
Johannes Rauh
38cf31621a
Replace Factory::create() with Loop::get()
`React\EventLoop\Factory` has been removed in v1.2. The replacement is
`React\EventLoop\Loop::get()` which returns a shared loop instance.

Ref: https://github.com/reactphp/event-loop/releases/tag/v1.2.0
2026-04-30 15:11:16 +02:00
Alexander A. Klimov
ff92b0a485 For method parameters, use ?T $x = null, not T $x = null
Implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead.
2026-04-16 09:38:24 +02:00
Sukhwinder Dhillon
d879186f0e Fix wrong method param types and add var type hints 2024-02-05 16:05:24 +01:00
Thomas Gelf
4d406621aa DeploymentChecker: new Background Daemon component
fixes #2045
fixes #1988
2020-11-30 18:47:52 +01:00
Thomas Gelf
8dce74c10e BackgroundDaemon: improve readability 2020-11-30 08:49:52 +01:00
Thomas Gelf
6cd50fb392 BackgroundDaemon: log reload and make some...
...methods public
2020-06-06 22:26:56 +02:00
Thomas Gelf
660aaf6293 BackgroundDaemon: remove obsolete properties 2019-10-02 19:27:52 +02:00
Thomas Gelf
7a95f430bf DaemonDb: trigger restart on schema change
fixes #1964
2019-09-30 08:48:55 +02:00
Thomas Gelf
cec4b7b57b BackgroundDaemon: mention emitted component level 2019-09-29 08:53:35 +02:00
Thomas Gelf
aef10a5f80 BackgroundDaemon: set first ready, then running 2019-09-29 08:52:13 +02:00
Thomas Gelf
4ee3ef2fd9 Daemon: new implementation 2019-09-25 12:10:08 +02:00