Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ad6f6f

Browse files
bug #30441 [Mime] remove some @Final annotations (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- [Mime] remove some @Final annotations | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- fff93ac [Mime] remove some @Final annotations
2 parents 6654a41 + fff93ac commit 1ad6f6f

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/Symfony/Component/Mime/Encoder/QpEncoder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Symfony\Component\Mime\CharacterStream;
1515

1616
/**
17-
* @final
18-
*
1917
* @author Chris Corbyn
2018
*
2119
* @experimental in 4.3

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* A Simple MIME Header.
1616
*
17-
* @final
18-
*
1917
* @author Chris Corbyn
2018
*
2119
* @experimental in 4.3

src/Symfony/Component/Mime/Part/DataPart.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use Symfony\Component\Mime\MimeTypes;
1717

1818
/**
19-
* @final
20-
*
2119
* @author Fabien Potencier <[email protected]>
2220
*
2321
* @experimental in 4.3

src/Symfony/Component/Mime/Part/TextPart.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use Symfony\Component\Mime\Header\Headers;
1919

2020
/**
21-
* @final
22-
*
2321
* @author Fabien Potencier <[email protected]>
2422
*
2523
* @experimental in 4.3

0 commit comments

Comments
 (0)