Remove remaining @experimental annotations

This commit is contained in:
Nicolas Grekas 2017-10-01 22:19:02 +02:00
parent 09dbed766d
commit 17a413876a
3 changed files with 0 additions and 6 deletions

View File

@ -19,8 +19,6 @@ use Symfony\Component\DependencyInjection\Reference;
* JsonLoginFactory creates services for JSON login authentication.
*
* @author Kévin Dunglas <dunglas@gmail.com>
*
* @experimental in version 3.3
*/
class JsonLoginFactory extends AbstractFactory
{

View File

@ -135,8 +135,6 @@ final class CacheItem implements CacheItemInterface
* Returns the list of tags bound to the value coming from the pool storage if any.
*
* @return array
*
* @experimental in version 3.3
*/
public function getPreviousTags()
{

View File

@ -39,8 +39,6 @@ use Symfony\Component\Security\Http\SecurityEvents;
* an authentication via a JSON document composed of a username and a password.
*
* @author Kévin Dunglas <dunglas@gmail.com>
*
* @experimental in version 3.3
*/
class UsernamePasswordJsonAuthenticationListener implements ListenerInterface
{