From 2c70b02fe4576b288c832b62c7445bf0a5d42032 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 15 Apr 2024 19:30:58 +0200 Subject: [PATCH 1/2] Update PhpStorm files --- .idea/develop.iml | 1 - .idea/php.xml | 1 - .idea/phpspec.xml | 3 +++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/develop.iml b/.idea/develop.iml index 57b84ebaf07..8e317382cd6 100644 --- a/.idea/develop.iml +++ b/.idea/develop.iml @@ -34,7 +34,6 @@ - diff --git a/.idea/php.xml b/.idea/php.xml index d4d63270f91..cde778e065a 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -147,7 +147,6 @@ - diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml index c7cfbc2c5e6..41f23c4c83d 100644 --- a/.idea/phpspec.xml +++ b/.idea/phpspec.xml @@ -11,6 +11,9 @@ + + \ No newline at end of file From 867a0ba3305c168917aca3bd585dfe91161be29c Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 15 Apr 2024 20:30:01 +0200 Subject: [PATCH 2/2] Create .phpstorm.meta.php --- .phpstorm.meta.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .phpstorm.meta.php diff --git a/.phpstorm.meta.php b/.phpstorm.meta.php new file mode 100644 index 00000000000..e5e3acca117 --- /dev/null +++ b/.phpstorm.meta.php @@ -0,0 +1,7 @@ + \Hyde\Foundation\HydeKernel::class, + ])); +}