File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.4
14
15
- 8.3
15
16
- 8.2
16
17
- 8.1
30
31
strategy :
31
32
matrix :
32
33
php :
34
+ - 8.4
33
35
- 8.3
34
36
- 8.2
35
37
- 8.1
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " >=8.1" ,
30
30
"react/event-loop" : " ^1.2" ,
31
- "react/promise" : " ^3.0 || ^2.8 || ^1.2.1"
31
+ "react/promise" : " ^3.2@dev || ^2.8 || ^1.2.1"
32
32
},
33
33
"require-dev" : {
34
34
"phpstan/phpstan" : " 1.10.39" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public static function create(): FiberInterface
22
22
return (self ::factory ())();
23
23
}
24
24
25
- public static function factory (\Closure $ factory = null ): \Closure
25
+ public static function factory (? \Closure $ factory = null ): \Closure
26
26
{
27
27
if ($ factory !== null ) {
28
28
self ::$ factory = $ factory ;
You can’t perform that action at this time.
0 commit comments