Showing 206 of 225 total issues
File FileStreamWrapper.php
has 362 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File enhanceEntries.js
has 331 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import $ from 'jquery'
import * as enhanceObject from './enhanceObject.js'
import * as tableSort from './tableSort.js'
import * as fileLinks from './FileLinks.js'
File Module.php
has 329 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File ServiceProvider.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Component.php
has 319 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File StatementInfo.php
has 317 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Abstracter.php
has 316 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File PhpDoc.php
has 311 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Config.php
has 302 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File LogRoute.php
has 297 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File BaseValue.php
has 296 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File LogReqRes.php
has 293 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File main.js
has 293 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Enhance debug output
* Add expand/collapse functionality to groups, arrays, & objects
* Add FontAwesome icons
*/
File ErrorSummary.php
has 292 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File Error.php
has 292 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* @package bdk\ErrorHandler
* @author Brad Kent <bkfake-github@yahoo.com>
BaseValue
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class BaseValue extends AbstractComponent
{
public $debug;
protected $dumper;
File MySqli.php
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
File StringUtil.php
has 283 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*
Method setParsers
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function setParsers()
{
$this->parsers = array(
array(
'callable' => array(
File AbstractObject.php
has 274 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of PHPDebugConsole
*