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

Skip to content

Commit 64eaf7e

Browse files
committed
feature #32277 Remove @experimental annotations (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Remove @experimental annotations | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR | n/a Nothing can be marked as experimental in 4.4. <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- 191cb52 removed @experimental annotations
2 parents 835f6b0 + 191cb52 commit 64eaf7e

File tree

233 files changed

+0
-453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+0
-453
lines changed

src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Closes connection and therefore saves number of connections.
2020
*
2121
* @author Fuong <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class DoctrineCloseConnectionMiddleware extends AbstractDoctrineMiddleware
2624
{

src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* Checks whether the connection is still open or reconnects otherwise.
2020
*
2121
* @author Fuong <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
class DoctrinePingConnectionMiddleware extends AbstractDoctrineMiddleware
2624
{

src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* Wraps all handlers in a single doctrine transaction.
2222
*
2323
* @author Tobias Nyholm <[email protected]>
24-
*
25-
* @experimental in 4.3
2624
*/
2725
class DoctrineTransactionMiddleware extends AbstractDoctrineMiddleware
2826
{

src/Symfony/Bridge/Twig/Mime/BodyRenderer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
/**
2020
* @author Fabien Potencier <[email protected]>
21-
*
22-
* @experimental in 4.3
2321
*/
2422
final class BodyRenderer implements BodyRendererInterface
2523
{

src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Fabien Potencier <[email protected]>
18-
*
19-
* @experimental in 4.3
2018
*/
2119
class TemplatedEmail extends Email
2220
{

src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* @internal
2020
*
2121
* @author Fabien Potencier <[email protected]>
22-
*
23-
* @experimental in 4.3
2422
*/
2523
final class WrappedTemplatedEmail
2624
{

src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* @author André Rømcke <[email protected]>
3030
*
3131
* @internal
32-
* @experimental in 4.3
3332
*/
3433
abstract class AbstractTagAwareAdapter implements TagAwareAdapterInterface, TagAwareCacheInterface, LoggerAwareInterface, ResettableInterface
3534
{

src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
*
2424
* @author Nicolas Grekas <[email protected]>
2525
* @author André Rømcke <[email protected]>
26-
*
27-
* @experimental in 4.3
2826
*/
2927
class FilesystemTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInterface
3028
{

src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
*
4242
* @author Nicolas Grekas <[email protected]>
4343
* @author André Rømcke <[email protected]>
44-
*
45-
* @experimental in 4.3
4644
*/
4745
class RedisTagAwareAdapter extends AbstractTagAwareAdapter
4846
{

src/Symfony/Component/HttpClient/CurlHttpClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
* HTTP/2 push when a curl version that supports it is installed.
3232
*
3333
* @author Nicolas Grekas <[email protected]>
34-
*
35-
* @experimental in 4.3
3634
*/
3735
final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface
3836
{

0 commit comments

Comments
 (0)