File tree 1 file changed +0
-12
lines changed
Filter options
1 file changed +0
-12
lines changed
Original file line number Diff line number Diff line change @@ -226,17 +226,11 @@ public function toArray(): array
226
226
return $ arr ;
227
227
}
228
228
229
- /**
230
- * @internal
231
- */
232
229
public function getHeaderBody ($ name )
233
230
{
234
231
return $ this ->has ($ name ) ? $ this ->get ($ name )->getBody () : null ;
235
232
}
236
233
237
- /**
238
- * @internal
239
- */
240
234
public function setHeaderBody (string $ type , string $ name , $ body ): void
241
235
{
242
236
if ($ this ->has ($ name )) {
@@ -246,9 +240,6 @@ public function setHeaderBody(string $type, string $name, $body): void
246
240
}
247
241
}
248
242
249
- /**
250
- * @internal
251
- */
252
243
public function getHeaderParameter (string $ name , string $ parameter ): ?string
253
244
{
254
245
if (!$ this ->has ($ name )) {
@@ -263,9 +254,6 @@ public function getHeaderParameter(string $name, string $parameter): ?string
263
254
return $ header ->getParameter ($ parameter );
264
255
}
265
256
266
- /**
267
- * @internal
268
- */
269
257
public function setHeaderParameter (string $ name , string $ parameter , $ value ): void
270
258
{
271
259
if (!$ this ->has ($ name )) {
You can’t perform that action at this time.
0 commit comments