@@ -120,7 +120,7 @@ public function fakeOuterBooleanSerializeWithHttpInfo($body = null)
120
120
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
121
121
$ e ->getCode (),
122
122
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
123
- $ e ->getResponse ()-> getBody ()->getContents ()
123
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
124
124
);
125
125
}
126
126
@@ -367,7 +367,7 @@ public function fakeOuterCompositeSerializeWithHttpInfo($body = null)
367
367
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
368
368
$ e ->getCode (),
369
369
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
370
- $ e ->getResponse ()-> getBody ()->getContents ()
370
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
371
371
);
372
372
}
373
373
@@ -614,7 +614,7 @@ public function fakeOuterNumberSerializeWithHttpInfo($body = null)
614
614
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
615
615
$ e ->getCode (),
616
616
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
617
- $ e ->getResponse ()-> getBody ()->getContents ()
617
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
618
618
);
619
619
}
620
620
@@ -861,7 +861,7 @@ public function fakeOuterStringSerializeWithHttpInfo($body = null)
861
861
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
862
862
$ e ->getCode (),
863
863
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
864
- $ e ->getResponse ()-> getBody ()->getContents ()
864
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
865
865
);
866
866
}
867
867
@@ -1112,7 +1112,7 @@ public function testClientModelWithHttpInfo($body)
1112
1112
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
1113
1113
$ e ->getCode (),
1114
1114
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
1115
- $ e ->getResponse ()-> getBody ()->getContents ()
1115
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
1116
1116
);
1117
1117
}
1118
1118
@@ -1394,7 +1394,7 @@ public function testEndpointParametersWithHttpInfo($number, $double, $pattern_wi
1394
1394
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
1395
1395
$ e ->getCode (),
1396
1396
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
1397
- $ e ->getResponse ()-> getBody ()->getContents ()
1397
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
1398
1398
);
1399
1399
}
1400
1400
@@ -1789,7 +1789,7 @@ public function testEnumParametersWithHttpInfo($enum_form_string_array = null, $
1789
1789
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
1790
1790
$ e ->getCode (),
1791
1791
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
1792
- $ e ->getResponse ()-> getBody ()->getContents ()
1792
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
1793
1793
);
1794
1794
}
1795
1795
@@ -2059,7 +2059,7 @@ public function testInlineAdditionalPropertiesWithHttpInfo($param)
2059
2059
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
2060
2060
$ e ->getCode (),
2061
2061
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
2062
- $ e ->getResponse ()-> getBody ()->getContents ()
2062
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
2063
2063
);
2064
2064
}
2065
2065
@@ -2281,7 +2281,7 @@ public function testJsonFormDataWithHttpInfo($param, $param2)
2281
2281
"[ {$ e ->getCode ()}] {$ e ->getMessage ()}" ,
2282
2282
$ e ->getCode (),
2283
2283
$ e ->getResponse () ? $ e ->getResponse ()->getHeaders () : null ,
2284
- $ e ->getResponse ()-> getBody ()->getContents ()
2284
+ $ e ->getResponse () ? $ e -> getResponse ()-> getBody ()->getContents () : null
2285
2285
);
2286
2286
}
2287
2287
0 commit comments