src/Client/Cache/MySQL/Base.php
Method refresh
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function refresh()
{
$client = new UriClient($this->base, $this->curlOptions, $this->byteLimit);
$effective = $client->getEffectiveUri();
if ($effective == $this->base) {
Method client
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function client()
{
$query = $this->pdo->prepare(<<<SQL
SELECT
content,
Method displacePush
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function displacePush($nextUpdate)
{
$query = $this->pdo->prepare(<<<SQL
SELECT
validUntil,