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.
2 parents cdaecd9 + f6ab02f commit f9fa4c7Copy full SHA for f9fa4c7
src/PublicStream.php
@@ -64,7 +64,7 @@ public function setLocale(string $lang): self
64
return $this;
65
}
66
67
- public function startListening(Sets $sets = null): void
+ public function startListening(?Sets $sets = null): void
68
{
69
// Delete old rules
70
Rule::deleteBulk(...Rule::all());
src/UserStream.php
@@ -32,7 +32,7 @@ public function onEvent(callable $onTweet): static
32
33
34
35
36
37
38
0 commit comments