Skip to content

Commit c6472e1

Browse files
committed
CS
1 parent f82eb34 commit c6472e1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/support/src/Timebox.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,13 @@ public function call(callable $callback, int $microseconds): mixed
4444
return $result;
4545
}
4646

47-
/**
48-
* @return static
49-
*/
5047
public function returnEarly(): static
5148
{
5249
$this->earlyReturn = true;
5350

5451
return $this;
5552
}
5653

57-
/**
58-
* @return static
59-
*/
6054
public function dontReturnEarly(): static
6155
{
6256
$this->earlyReturn = false;

0 commit comments

Comments
 (0)