diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:35 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:35 -0500 |
commit | b72d24d3916a9d8d10ce90835ebd334e0fee77c1 (patch) | |
tree | 21e26d425a27597bce1b31b2c5b18102cceb5806 /.idea/php.xml | |
parent | 162acc51d43c10248e7782ea5534c274a5783e5e (diff) | |
download | hn-b72d24d3916a9d8d10ce90835ebd334e0fee77c1.tar.gz hn-b72d24d3916a9d8d10ce90835ebd334e0fee77c1.tar.bz2 hn-b72d24d3916a9d8d10ce90835ebd334e0fee77c1.zip |
add .gitignore
Diffstat (limited to '.idea/php.xml')
-rw-r--r-- | .idea/php.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 8e445c2..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="MessDetectorOptionsConfiguration"> - <option name="transferred" value="true" /> - </component> - <component name="PHPCSFixerOptionsConfiguration"> - <option name="transferred" value="true" /> - </component> - <component name="PHPCodeSnifferOptionsConfiguration"> - <option name="highlightLevel" value="WARNING" /> - <option name="transferred" value="true" /> - </component> - <component name="PhpProjectSharedConfiguration" php_language_level="7.0"> - <option name="suggestChangeDefaultLanguageLevel" value="false" /> - </component> - <component name="PhpStanOptionsConfiguration"> - <option name="transferred" value="true" /> - </component> - <component name="PsalmOptionsConfiguration"> - <option name="transferred" value="true" /> - </component> -</project>
\ No newline at end of file |