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 c7d276e commit f138a1cCopy full SHA for f138a1c
1 file changed
src/Loop/Update/UpdateLoop.php
@@ -67,7 +67,7 @@ final class UpdateLoop extends Loop implements SimpleSubscriber
67
* Feed loop.
68
*/
69
private ?FeedLoop $feeder = null;
70
- private ?int $authorizedDc;
+ private ?int $authorizedDc = null;
71
/**
72
* Constructor.
73
0 commit comments