Skip to content

Commit 4aeca5c

Browse files
Remove @internal
1 parent 16f3fc1 commit 4aeca5c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy