Showing 3 of 3 total issues
User
has 46 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class User implements AdvancedUserInterface, \Serializable, EquatableInterface, ResponseTypeInterface{ use TimeStampTrait;
Method onKernelException
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function onKernelException(GetResponseForExceptionEvent $event) { $exception = $event->getException(); if ($exception instanceof HttpException
Method serializeList
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function serializeList(Paginator $paginator, $type, $page, $groups = [], $statusCode)