Showing 3 of 5 total issues
User
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class User implements UserInterface, EquatableInterface, \Serializable
{
/**
* @var array
*/
Method getConfigTreeBuilder
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('beelab_user');
// Keep compatibility with symfony/config < 4.2
if (\method_exists($treeBuilder, 'getRootNode')) {
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $class,
ObjectManager $em,
EncoderFactoryInterface $encoder,
AuthorizationCheckerInterface $authChecker,
TokenStorageInterface $tokenStorage,