src/Config.php
Showing 3 of 3 total issues
Config
has 22 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Config{ const GZIP_DISABLED = true; const GZIP_ENABLED = false; const GZIP_UPLOADS_ENABLED = true;
- Create a ticketCreate a ticket
Method __construct
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($iniFileLocation = null) { $this->configuration = array( // The application_name is included in the User-Agent HTTP header. 'application_name' => '',
- Create a ticketCreate a ticket
Function __construct
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
public function __construct($iniFileLocation = null) { $this->configuration = array( // The application_name is included in the User-Agent HTTP header. 'application_name' => '',
- Read upRead up
- Create a ticketCreate a ticket