core/Group/Cache/RedisCacheService.php
Showing 4 of 4 total issues
Missing class import via use statement (line '115', column '23'). Open
Open
throw new \Exception("Method [$method] does not exist.");
- Read upRead up
- Exclude checks
Inline control structures are not allowed Open
Open
if($key) return $this->redis->hDel($hashKey, $key);
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if($key) return $this->redis->hDel($hashKey, $key);
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks