File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function createNewClient()
51
51
52
52
return new GenericTag (
53
53
'method ' ,
54
- 'CodeDredd \\Soap \\Client \\Response ' .$ action ->getName ().$ params
54
+ '\\ CodeDredd \\Soap \\Client \\Response ' .$ action ->getName ().$ params
55
55
);
56
56
})->values ()->toArray ();
57
57
$ docBlock = DocBlockGenerator::fromArray ([
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function createNewClientContract()
37
37
38
38
return new GenericTag (
39
39
'method ' ,
40
- 'CodeDredd \\Soap \\Client \\Response ' .$ action ->getName ().$ params .$ action ->getDescription ()
40
+ '\\ CodeDredd \\Soap \\Client \\Response ' .$ action ->getName ().$ params .$ action ->getDescription ()
41
41
);
42
42
})->values ()->toArray ();
43
43
$ docBlock = DocBlockGenerator::fromArray ([
You can’t perform that action at this time.
0 commit comments