fucongcong/framework

View on GitHub
core/Group/Cache/RedisCacheService.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

Missing class import via use statement (line '115', column '23').
Open

throw new \Exception("Method [$method] does not exist.");

Inline control structures are not allowed
Open

if($key) return $this->redis->hDel($hashKey, $key);

Expected 1 space after IF keyword; 0 found
Open

if($key) return $this->redis->hDel($hashKey, $key);

Whitespace found at end of line
Open

{

There are no issues that match your filters.

Category
Status