Skip to content

Commit 53da11e

Browse files
committed
Merge branch 'refactor/context' of github.com:php/frankenphp into refactor/context
2 parents 3db2dab + 7a8359c commit 53da11e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type frankenPHPContext struct {
3939
}
4040

4141
type contextHolder struct {
42-
ctx context.Context
42+
ctx context.Context
4343
frankenPHPContext *frankenPHPContext
4444
}
4545

0 commit comments

Comments
 (0)