Skip to content

Commit

Permalink
LogtailHandlerBuilder: rename withAlwaysFlushingEveryMilliseconds to …
Browse files Browse the repository at this point in the history
…withFlushIntervalMilliseconds
  • Loading branch information
PetrHeinz committed Jun 27, 2024
1 parent e6be89f commit 87ee557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/LogtailHandlerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function withTimeoutMilliseconds($timeoutMs): self
* @param int|null $flushIntervalMs
* @return self Always returns new immutable instance
*/
public function withAlwaysFlushingEveryMilliseconds($flushIntervalMs): self
public function withFlushIntervalMilliseconds($flushIntervalMs): self
{
$clone = clone $this;
$clone->flushIntervalMs = $flushIntervalMs;
Expand Down

0 comments on commit 87ee557

Please sign in to comment.