PHPSocialNetwork/phpfastcache

View on GitHub
lib/Phpfastcache/Api.php

Summary

Maintainability
A
3 hrs
Test Coverage

Showing 2 of 2 total issues

Function getPhpfastcacheVersion has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

public static function getPhpfastcacheVersion(bool $fallbackOnChangelog = true, bool $cacheable = true): string
{
/**
* Cache the version statically to improve
* performances on multiple calls
Severity: Minor
Found in lib/Phpfastcache/Api.php - About 1 hr to fix

Method getPhpfastcacheVersion has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

public static function getPhpfastcacheVersion(bool $fallbackOnChangelog = true, bool $cacheable = true): string
{
/**
* Cache the version statically to improve
* performances on multiple calls
Severity: Minor
Found in lib/Phpfastcache/Api.php - About 1 hr to fix
    Category
    Status