From bf4c7533428f2ad8d5092b5197f2841ba758de7d Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Fri, 7 Apr 2023 18:15:15 +0200 Subject: [PATCH] add .idea file --- .idea/php.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ .idea/phpunit.xml | 15 +++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 .idea/php.xml create mode 100644 .idea/phpunit.xml diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..a644a77 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..be8e83c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file