Showing 157 of 1,620 total issues
Subscription
has 46 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Subscription
{
public const TYPE_LONG = 'long';
public const TYPE_SHORT = 'short';
Journey
has 46 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Journey
{
const DEFAULT_ID = 999999999999;
const FREQUENCY_PUNCTUAL = 1;
EecInstance
has 45 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class EecInstance
{
public const DEFAULT_ID = '999999999999';
/**
Message
has 45 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Message
{
public const TYPE_DIRECT = 'Direct';
public const TYPE_CARPOOL = 'Carpool';
public const TYPE_SOLIDARY = 'Solidary';
Journey
has 45 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Journey
{
const DEFAULT_ID = "999999999999";
const TYPE_PLANNED = "planned";
Event
has 42 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Event extends GamificationEntity implements ResourceInterface, \JsonSerializable
{
/**
* @var int the id of this event
*/
MassPerson
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class MassPerson implements ResourceInterface
{
/**
* @var int The id of this person.
*/
Log
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Log
{
/**
* @var int the id of this log action
*
Booking
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Booking
{
public const DEFAULT_ID = 999999999999;
public const INITIATED = 'INITIATED';
public const WAITING_PASSENGER_CONFIRMATION = 'WAITING_PASSENGER_CONFIRMATION';
Booking
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Booking implements ResourceInterface, \JsonSerializable
{
public const DEFAULT_ID = 999999999999;
public const RESOURCE_NAME = 'carpool_standard/bookings';
public const INITIATED = 'INITIATED';
PaymentItem
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PaymentItem
{
const DEFAULT_ID = 999999999999;
const FREQUENCY_PUNCTUAL = 1;
PaymentItem
has 41 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PaymentItem implements ResourceInterface, \JsonSerializable
{
const FREQUENCY_PUNCTUAL = 1;
const FREQUENCY_REGULAR = 2;
Badge
has 40 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Badge
{
const STATUS_DRAFT = 0;
const STATUS_ACTIVE = 1;
const STATUS_INACTIVE = 2;
StructureProof
has 39 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class StructureProof
{
public const TYPE_REQUESTER = 1;
public const TYPE_VOLUNTEER = 2;
Point
has 38 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Point
{
/**
* @var null|string the country
*
CarpoolPayment
has 37 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class CarpoolPayment
{
public const STATUS_INITIATED = 0;
public const STATUS_SUCCESS = 1;
public const STATUS_FAILURE = 2;
ProposalManager
has 36 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ProposalManager
{
public const ROLE_DRIVER = 1;
public const ROLE_PASSENGER = 2;
public const ROLE_BOTH = 3;
ActionEvent
has 35 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ActionEvent extends Event
{
public const NAME = 'action';
private $action;
Dynamic
has 35 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Dynamic
{
public const DEFAULT_ID = 999999999999;
public const ROLE_DRIVER = 1;
LongDistanceJourney
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class LongDistanceJourney extends Journey
{
/**
* @var \DateTimeInterface
*