client/src/MobicoopBundle/Community/Entity/Community.php
Community
has 61 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Community implements ResourceInterface, \JsonSerializable
{
public const AUTO_VALIDATION = 0;
public const MANUAL_VALIDATION = 1;
public const DOMAIN_VALIDATION = 2;