core/Group/Cache/BootstrapClass.php
Showing 10 of 10 total issues
Avoid unused local variables such as '$file'. Open
Open
$file = $this->loader->findFile($class);
- Read upRead up
- Exclude checks
Avoid unused local variables such as '$class'. Open
Open
foreach ($this->classes as $class => $file) {
- Read upRead up
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Inline control structures are not allowed Open
Open
if ($cacheDir) $this->cacheDir = $cacheDir;
- Exclude checks
Opening brace should be on a new line Open
Open
public static function getInstance(){
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
$data .= substr(file_get_contents($file), 5);
- Exclude checks
Whitespace found at end of line Open
Open
public function rmClass($class)
- Exclude checks
Whitespace found at end of line Open
Open
public function setClass($class)
- Exclude checks