@@ -429,7 +429,6 @@ public function testEnumRefStringRequest(
429429 }
430430 }
431431
432-
433432 $ defaultHeaders = [];
434433 if ($ this ->config ->getUserAgent ()) {
435434 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -744,7 +743,6 @@ public function testQueryDatetimeDateStringRequest(
744743 }
745744 }
746745
747-
748746 $ defaultHeaders = [];
749747 if ($ this ->config ->getUserAgent ()) {
750748 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -1059,7 +1057,6 @@ public function testQueryIntegerBooleanStringRequest(
10591057 }
10601058 }
10611059
1062-
10631060 $ defaultHeaders = [];
10641061 if ($ this ->config ->getUserAgent ()) {
10651062 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -1334,7 +1331,6 @@ public function testQueryStyleDeepObjectExplodeTrueObjectRequest(
13341331 }
13351332 }
13361333
1337-
13381334 $ defaultHeaders = [];
13391335 if ($ this ->config ->getUserAgent ()) {
13401336 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -1609,7 +1605,6 @@ public function testQueryStyleDeepObjectExplodeTrueObjectAllOfRequest(
16091605 }
16101606 }
16111607
1612-
16131608 $ defaultHeaders = [];
16141609 if ($ this ->config ->getUserAgent ()) {
16151610 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -1884,7 +1879,6 @@ public function testQueryStyleFormExplodeFalseArrayIntegerRequest(
18841879 }
18851880 }
18861881
1887-
18881882 $ defaultHeaders = [];
18891883 if ($ this ->config ->getUserAgent ()) {
18901884 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -2159,7 +2153,6 @@ public function testQueryStyleFormExplodeFalseArrayStringRequest(
21592153 }
21602154 }
21612155
2162-
21632156 $ defaultHeaders = [];
21642157 if ($ this ->config ->getUserAgent ()) {
21652158 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -2434,7 +2427,6 @@ public function testQueryStyleFormExplodeTrueArrayStringRequest(
24342427 }
24352428 }
24362429
2437-
24382430 $ defaultHeaders = [];
24392431 if ($ this ->config ->getUserAgent ()) {
24402432 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -2709,7 +2701,6 @@ public function testQueryStyleFormExplodeTrueObjectRequest(
27092701 }
27102702 }
27112703
2712-
27132704 $ defaultHeaders = [];
27142705 if ($ this ->config ->getUserAgent ()) {
27152706 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -2984,7 +2975,6 @@ public function testQueryStyleFormExplodeTrueObjectAllOfRequest(
29842975 }
29852976 }
29862977
2987-
29882978 $ defaultHeaders = [];
29892979 if ($ this ->config ->getUserAgent ()) {
29902980 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
@@ -3279,7 +3269,6 @@ public function testQueryStyleJsonSerializationObjectRequest(
32793269 }
32803270 }
32813271
3282-
32833272 $ defaultHeaders = [];
32843273 if ($ this ->config ->getUserAgent ()) {
32853274 $ defaultHeaders ['User-Agent ' ] = $ this ->config ->getUserAgent ();
0 commit comments