Skip to content

Using [] is deprecated #65

@vastlik

Description

@vastlik

V performance helperu: orm\Repository\Helpers\PerformanceHelper.php:58

$key = $key ? $key : '*';
               if (strlen($key) > 50)
              {
                   $key = substr($key, 0, 20) . md5($key);
              }
             self::$toLoad = isset($cache[$key]) ? $cache[$key] : NULL;

Hlásí:
Using [] is deprecated; use Cache::load(key) !== NULL instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions