Skip to content

Commit 8486a50

Browse files
committed
minor symfony#24391 Remove remaining @experimental annotations (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Remove remaining `@experimental` annotations | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Our policy states that experimental features should be either be deprecated or go mainstream in the next minor. I propose to make all current ones mainstream. Commits ------- 17a4138 Remove remaining `@experimental` annotations
2 parents 09dbed7 + 17a4138 commit 8486a50

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* JsonLoginFactory creates services for JSON login authentication.
2020
*
2121
* @author Kévin Dunglas <[email protected]>
22-
*
23-
* @experimental in version 3.3
2422
*/
2523
class JsonLoginFactory extends AbstractFactory
2624
{

src/Symfony/Component/Cache/CacheItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ public function tag($tags)
135135
* Returns the list of tags bound to the value coming from the pool storage if any.
136136
*
137137
* @return array
138-
*
139-
* @experimental in version 3.3
140138
*/
141139
public function getPreviousTags()
142140
{

src/Symfony/Component/Security/Http/Firewall/UsernamePasswordJsonAuthenticationListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
* an authentication via a JSON document composed of a username and a password.
4040
*
4141
* @author Kévin Dunglas <[email protected]>
42-
*
43-
* @experimental in version 3.3
4442
*/
4543
class UsernamePasswordJsonAuthenticationListener implements ListenerInterface
4644
{

0 commit comments

Comments
 (0)