Skip to content

Commit 17a4138

Browse files
Remove remaining @experimental annotations
1 parent 09dbed7 commit 17a4138

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)