@@ -7,15 +7,15 @@ |
||
7 | 7 | use Attribute; |
8 | 8 | use WyriHaximus\React\PHPUnit\TimeOutInterface; |
9 | 9 | |
10 | -#[Attribute(Attribute::TARGET_METHOD | Attribute::TARGET_CLASS)] |
|
10 | +#[Attribute(Attribute::TARGET_METHOD | Attribute::TARGET_CLASS) ] |
|
11 | 11 | final readonly class TimeOut implements TimeOutInterface |
12 | 12 | { |
13 | 13 | public function __construct( |
14 | - public int|float $timeout, |
|
14 | + public int | float $timeout, |
|
15 | 15 | ) { |
16 | 16 | } |
17 | 17 | |
18 | - public function timeout(): int|float |
|
18 | + public function timeout(): int | float |
|
19 | 19 | { |
20 | 20 | return $this->timeout; |
21 | 21 | } |