From 18f10aa22645a0fbb7bd6bdbec03f9e2127f48cb Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Mon, 31 Mar 2025 15:45:33 -0600 Subject: [PATCH] =?UTF-8?q?```=20feat:=20agregar=20configuraciones=20de=20?= =?UTF-8?q?PhpStorm=20para=20int=C3=A9rpretes=20y=20herramientas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se añaden configuraciones en php.xml para PhpCodeSniffer, PhpInterpreters, y herramientas adicionales como PhpStan y Psalm. Esta mejora permite definir un intérprete por defecto utilizando Docker y ajustar tiempos de espera personalizados. (master) ``` --- .idea/php.xml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/.idea/php.xml b/.idea/php.xml index 23db715..b0a38bc 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,12 +10,85 @@