Skip to content

Commit

Permalink
bug #30441 [Mime] remove some @Final annotations (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed Mar 4, 2019
2 parents 6654a41 + fff93ac commit 1ad6f6f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mime/Encoder/QpEncoder.php
Expand Up @@ -14,8 +14,6 @@
use Symfony\Component\Mime\CharacterStream;

/**
* @final
*
* @author Chris Corbyn
*
* @experimental in 4.3
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mime/Header/UnstructuredHeader.php
Expand Up @@ -14,8 +14,6 @@
/**
* A Simple MIME Header.
*
* @final
*
* @author Chris Corbyn
*
* @experimental in 4.3
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mime/Part/DataPart.php
Expand Up @@ -16,8 +16,6 @@
use Symfony\Component\Mime\MimeTypes;

/**
* @final
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
Expand Down
2 changes: 0 additions & 2 deletions src/Symfony/Component/Mime/Part/TextPart.php
Expand Up @@ -18,8 +18,6 @@
use Symfony\Component\Mime\Header\Headers;

/**
* @final
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @experimental in 4.3
Expand Down

0 comments on commit 1ad6f6f

Please sign in to comment.