YetiForceCompany/YetiForceCRM

View on GitHub
index.php

Summary

Maintainability
A
0 mins
Test Coverage
C
75%

Cannot access self when not in object context
Open

    \App\Controller\Headers::getInstance()->send();
Severity: Critical
Found in index.php by phan

Assigning float to property but \App\Process::$startTime is int
Open

    \App\Process::$startTime = microtime(true);
Severity: Minor
Found in index.php by phan

Spaces must be used to indent lines; tabs are not allowed
Open

    $webUI = new Vtiger_WebUI();
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    \App\Process::$requestMode = 'WebUI';
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    \App\Controller\Headers::getInstance()->send();
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    $webUI->process(\App\Request::init());
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    return;
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    \App\Process::$startTime = microtime(true);
Severity: Minor
Found in index.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

    header('location: install/Install.php');
Severity: Minor
Found in index.php by phpcodesniffer

There are no issues that match your filters.

Category
Status