gjerokrsteski/pimf-framework

View on GitHub
core/Pimf/Session.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid too many return statements within this method.
Wontfix

                return new Storage\Redis(Cache::storage('redis'));
Severity: Major
Found in core/Pimf/Session.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Wontfix

                    return new Storage\Dba(Cache::storage('dba'));
    Severity: Major
    Found in core/Pimf/Session.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Wontfix

                      return new Storage\Memcached(Cache::storage('memcached'));
      Severity: Major
      Found in core/Pimf/Session.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Wontfix

                        return new Storage\Memory();
        Severity: Major
        Found in core/Pimf/Session.php - About 30 mins to fix

          There are no issues that match your filters.

          Category
          Status