@@ -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 | } |
@@ -5,7 +5,7 @@ |
||
5 | 5 | use ComposerUnused\ComposerUnused\Configuration\Configuration; |
6 | 6 | use ComposerUnused\ComposerUnused\Configuration\NamedFilter; |
7 | 7 | |
8 | -return static function (Configuration $config): Configuration { |
|
8 | +return static function(Configuration $config): Configuration { |
|
9 | 9 | return $config |
10 | 10 | ->addNamedFilter(NamedFilter::fromString('wyrihaximus/phpstan-react')); |
11 | 11 | }; |