File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class NestedBuilder extends NestedSubBuilder
12
12
13
13
protected NestedSubBuilder $ nestedSubBuilder ;
14
14
15
-
16
15
public function nestedSchema (Closure $ components , string $ name = 'default ' ): static
17
16
{
18
17
$ this ->nestedSchemas [$ name ] = $ components ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ class NestedSubBuilder extends Builder
10
10
11
11
public int $ level = 1 ;
12
12
13
-
14
13
public function nestedBuilder (NestedBuilder $ nestedBuilder ): self
15
14
{
16
15
$ this ->nestedBuilder = $ nestedBuilder ;
@@ -37,7 +36,7 @@ public function getLevel(): int
37
36
38
37
public function getChildComponents (): array
39
38
{
40
- if (!$ this ->childComponents ) {
39
+ if (! $ this ->childComponents ) {
41
40
$ this ->childComponents (
42
41
(array ) $ this ->evaluate (
43
42
$ this ->getNestedBuilder ()->getNestedNamedChildComponents (),
You can’t perform that action at this time.
0 commit comments