diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php
new file mode 100644
index 0000000000000000000000000000000000000000..19b96d5d6a47f97ae56457e3497ad3102dc0f045
--- /dev/null
+++ b/.phpstorm.meta.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace PHPSTORM_META
+{
+    $STATIC_METHOD_TYPES = array(
+        \Piwik\Container\StaticContainer::get('') => [
+            "" == "@",
+        ],
+    );
+}