src/Flow/Cache.php

Summary

Maintainability
A
0 mins
Test Coverage

The closing brace for the class must go on the next line after the body
Open

}
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (!isset(static::$cache[$key]))
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (!$item)
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if ($cache)
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (!$item->isHit())
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (!isset(static::$names[$key]))
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (static::getPool())
Severity: Minor
Found in src/Flow/Cache.php by phpcodesniffer

There are no issues that match your filters.

Category
Status