From c1d4d9ee08e745eee3bbfc99f80557e11219f28a Mon Sep 17 00:00:00 2001 From: Parth P Panchal Date: Sat, 5 Oct 2019 22:09:15 +0530 Subject: [PATCH] Adds PhpStorm's meta plugin file Closes #15 --- .phpstorm.meta.php/di-autocomplete.php | 6 ++++++ META-INF/plugin.xml | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .phpstorm.meta.php/di-autocomplete.php diff --git a/.phpstorm.meta.php/di-autocomplete.php b/.phpstorm.meta.php/di-autocomplete.php new file mode 100644 index 000000000..881c3ba83 --- /dev/null +++ b/.phpstorm.meta.php/di-autocomplete.php @@ -0,0 +1,6 @@ + '@'])); + override(\Magento\Framework\ObjectManagerInterface::create(0), map(['' => '@'])); +} \ No newline at end of file diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 8c70dea6f..bf0db2a9a 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -62,6 +62,8 @@ + +