Skip to content

Commit

Permalink
Make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jun 18, 2024
1 parent e585113 commit 60460af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/jennies/php/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func (jenny *Builder) Generate(context languages.Context) (codejen.Files, error)
hinter := &typehints{config: jenny.config, context: context, resolveBuilders: true}
visitor := ast.BuilderVisitor{
OnOption: func(visitor *ast.BuilderVisitor, schemas ast.Schemas, builder ast.Builder, option ast.Option) (ast.Option, error) {

option.Args = tools.Map(option.Args, func(arg ast.Argument) ast.Argument {
newArg := arg.DeepCopy()
newArg.Type.Nullable = false
Expand Down

0 comments on commit 60460af

Please sign in to comment.