Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4aeca5c

Browse filesBrowse files
Remove @internal
1 parent 16f3fc1 commit 4aeca5c
Copy full SHA for 4aeca5c

File tree

1 file changed

+0
-12
lines changed
Filter options

1 file changed

+0
-12
lines changed

‎src/Symfony/Component/Mime/Header/Headers.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Header/Headers.php
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,11 @@ public function toArray(): array
226226
return $arr;
227227
}
228228

229-
/**
230-
* @internal
231-
*/
232229
public function getHeaderBody($name)
233230
{
234231
return $this->has($name) ? $this->get($name)->getBody() : null;
235232
}
236233

237-
/**
238-
* @internal
239-
*/
240234
public function setHeaderBody(string $type, string $name, $body): void
241235
{
242236
if ($this->has($name)) {
@@ -246,9 +240,6 @@ public function setHeaderBody(string $type, string $name, $body): void
246240
}
247241
}
248242

249-
/**
250-
* @internal
251-
*/
252243
public function getHeaderParameter(string $name, string $parameter): ?string
253244
{
254245
if (!$this->has($name)) {
@@ -263,9 +254,6 @@ public function getHeaderParameter(string $name, string $parameter): ?string
263254
return $header->getParameter($parameter);
264255
}
265256

266-
/**
267-
* @internal
268-
*/
269257
public function setHeaderParameter(string $name, string $parameter, $value): void
270258
{
271259
if (!$this->has($name)) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.