From 25e96f30ee601ff16bbcad5b62817f8da3af6f36 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 1 Aug 2024 12:07:36 +0200 Subject: [PATCH] Hopefully fix PhpStorm indexing bug PhpStorm keeps adding these already excluded directories to the PHP include paths, this may fix that by explicitly excluding the sub directories. This bug means that code shows up twice, as PhpStorm surprisingly does not play well with symlinked packages. --- .idea/php.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.idea/php.xml b/.idea/php.xml index 134171c4067..59d9085e017 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -15,7 +15,16 @@ + + + + + + + + +