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 1111 strategy :
1212 matrix :
1313 php :
14+ - 8.4
1415 - 8.3
1516 - 8.2
1617 - 8.1
3031 strategy :
3132 matrix :
3233 php :
34+ - 8.4
3335 - 8.3
3436 - 8.2
3537 - 8.1
Original file line number Diff line number Diff line change 2828 "require" : {
2929 "php" : " >=8.1" ,
3030 "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"
3232 },
3333 "require-dev" : {
3434 "phpstan/phpstan" : " 1.10.39" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public static function create(): FiberInterface
2222 return (self ::factory ())();
2323 }
2424
25- public static function factory (\Closure $ factory = null ): \Closure
25+ public static function factory (? \Closure $ factory = null ): \Closure
2626 {
2727 if ($ factory !== null ) {
2828 self ::$ factory = $ factory ;
You can’t perform that action at this time.
0 commit comments