Showing 157 of 1,620 total issues
PaymentProfile
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PaymentProfile
{
public const STATUS_INACTIVE = 0;
public const STATUS_ACTIVE = 1;
CommunityUser
has 34 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class CommunityUser
{
public const STATUS_PENDING = 0;
public const STATUS_ACCEPTED_AS_MEMBER = 1;
public const STATUS_ACCEPTED_AS_MODERATOR = 2;
ShortDistanceJourney
has 33 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ShortDistanceJourney extends Journey
{
public const RPC_NUMBER_STATUS = 'OK';
/**
AdManager
has 33 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class AdManager
{
public const AUTHORIZED_MATCHING_ALGORITHMS = [Ad::MATCHING_ALGORITHM_V2, Ad::MATCHING_ALGORITHM_V3];
private $entityManager;
ValidationDocument
has 33 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ValidationDocument
{
public const DEFAULT_ID = '999999999999';
public const OUT_OF_DATE = 1;
public const UNDERAGE_PERSON = 2;
PTLeg
has 33 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class PTLeg
{
/**
* @var int The id of this leg.
*/
IdentityProof
has 33 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class IdentityProof
{
public const STATUS_NONE = 0;
public const STATUS_PENDING = 1;
public const STATUS_ACCEPTED = 2;
DataProvider
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class DataProvider
{
public const SERIALIZER_ENCODER = 'json';
// possible file properties and associated getter, used for multipart/form-data
Message
has 32 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Message implements ResourceInterface
{
/**
* @var int the id of this message
*
ProfileSummary
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ProfileSummary implements ResourceInterface, \JsonSerializable
{
public const PHONE_DISPLAY_RESTRICTED = 1;
public const PHONE_DISPLAY_ALL = 2;
ProfileSummary
has 31 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ProfileSummary
{
public const PHONE_DISPLAY_RESTRICTED = 1;
public const PHONE_DISPLAY_ALL = 2;
GratuityCampaign
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class GratuityCampaign
{
public const STATUS_INACTIVE = 0;
public const STATUS_ACTIVE = 1;
BankAccount
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class BankAccount implements ResourceInterface, \JsonSerializable
{
public const STATUS_INACTIVE = 0;
public const STATUS_ACTIVE = 1;
Notified
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Notified
{
public const STATUS_SENT = 1;
public const STATUS_RECEIVED = 2;
public const STATUS_READ = 3;
Waypoint
has 29 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Waypoint
{
public const DEFAULT_ID = 999999999999;
public const ROLE_DRIVER = 1;
Direction
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Direction
{
/**
* @var int The id of this direction.
*/
Territory
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Territory
{
/**
* @var int the id of this territory
*
Need
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Need
{
/**
* @var int The id of this need.
WeekSchedule
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class WeekSchedule
{
/*
* WARNING : For now, Mobicoop only use the outward timeDelta and ignore the time delta of specific days
*/
Proof
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Proof
{
/**
* @var int The id of this proof.