Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.phpstorm.meta.php - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19b96d5d6a47f97ae56457e3497ad3102dc0f045 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace PHPSTORM_META
{
    $STATIC_METHOD_TYPES = array(
        \Piwik\Container\StaticContainer::get('') => [
            "" == "@",
        ],
    );
}