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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.phpstorm.meta.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php
new file mode 100644
index 0000000000..19b96d5d6a
--- /dev/null
+++ b/.phpstorm.meta.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace PHPSTORM_META
+{
+ $STATIC_METHOD_TYPES = array(
+ \Piwik\Container\StaticContainer::get('') => [
+ "" == "@",
+ ],
+ );
+}