Showing 5,014 of 7,620 total issues
Method doCharDiff
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static function doCharDiff($from_text, $to_text)
{
$result = array();
$jobs = array(array(0, strlen($from_text), 0, strlen($to_text)));
Method frontendMySQLScript
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendMySQLScript()
{
$tblConsumer = Consumer::useService()->getConsumerBySession();
$Acronym = $tblConsumer->getAcronym();
Method frontendUserAccount
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendUserAccount($AccountType = null)
{
$Stage = new Stage('Datenpflege', '');
$Stage->addButton(new Standard('Zurück', __NAMESPACE__, new ChevronLeft()));
Method createLevelDivision
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createLevelDivision(
IFormInterface $Form,
$Level,
$Division
) {
Method searchData
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function searchData($Search, $Timeout = 60)
{
$ProbeList = $this->getProbeList();
Method verifyKey
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
final public function verifyKey(KeyValue $Key)
{
(new DebuggerFactory())->createLogger(new BenchmarkLogger())->addLog('YubiKey-Api Verify');
Service
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @return false|ViewCompanyGroupMember[]
ApiRelationshipToPerson
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiRelationshipToPerson extends Extension implements IApiInterface
{
use ApiTrait;
Issue
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Issue extends Extension
{
/** @var null|\SimpleXMLElement|string $Issue */
private $Issue = null;
TblBasketVerification
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblBasketVerification extends Element
{
const ATTR_TBL_BASKET = 'tblBasket';
const ATTR_SERVICE_TBL_PERSON_CAUSER = 'serviceTblPersonCauser';
TblInvoice
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblInvoice extends Element
{
const ATTR_INVOICE_NUMBER = 'InvoiceNumber';
const ATTR_INTEGER_NUMBER = 'IntegerNumber';
TblCertificate
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class TblCertificate extends Element
{
const ATTR_NAME = 'Name';
const ATTR_CERTIFICATE = 'Certificate';
Style
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Style extends Extension
{
/** @var array $Design */
protected $Design = array();
Style
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Style extends Extension
{
/** @var array $Design */
protected $Design = array();
File Main.php
has 277 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Common;
use Doctrine\DBAL\Driver\PDOException;
use Doctrine\DBAL\Exception\InvalidFieldNameException;
File E07.php
has 277 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 11.10.2017
File FrontendCommon.php
has 277 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Created by PhpStorm.
* User: Kauschke
* Date: 11.12.2018
Method __construct
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function __construct()
{
$tblAccount = Account::useService()->getAccountBySession();
if ($tblAccount) {
Method frontendDashboard
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendDashboard()
{
$Stage = new Stage('Schulen', 'Übersicht');
$Stage->addButton(new Standard('Schule hinzufügen', '/Setting/Consumer/School/Create'));
Method checkInputBasket
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function checkInputBasket(
$Identifier = '',
$BasketId = '',
$Basket = array()
){