The interface Symfony\Bundle\SecurityB...ecurityFactoryInterface has been deprecated: since Symfony 5.3, use AuthenticatorFactoryInterface instead.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
15
class HmacFactory implements /** @scrutinizer ignore-deprecated */ SecurityFactoryInterface
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be
removed and what other interface to use instead.
Loading history...
16
{
17
/**
18
* {@inheritdoc}
19
*/
20
public function create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.