Linty
Linty
环境是Sail + Octane , PHP8.1 版本2.0.4 调用接口提示这个错误 出在Auth.php 的117行 
MIUI 版本:11.20.1.21开发版 Android 版本: 10 ``` val photo = EasyPhoto() .setCrop(true) photo.setCallback { val requestBody = it.asRequestBody() val multipartBody = MultipartBody.Builder() .setType(MultipartBody.FORM) .addFormDataPart("avatar", it.name, requestBody) .build() mPresenter?.avatar(multipartBody.parts[0]) } photo.setError {...
### What happened? ``` c.Directives.Test = func(ctx context.Context, obj interface{}, next graphql.Resolver, key *string) (interface{}, error) { ctx = context.WithValue(ctx, resolver.ContextKey, 11) fmt.Printf("Context address in Resolver: %p\n", &ctx) return next(ctx)...
