diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:02 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-14 14:37:02 -0500 |
commit | d0138b92ae002002d520b9871764039e678930b7 (patch) | |
tree | 801822642db2cb9c9a4bd7d36067d9098733420f /.idea/php.xml | |
parent | 7f0d14fe6fe950ebdbe1fbeffb644d4535680f62 (diff) | |
download | hn-d0138b92ae002002d520b9871764039e678930b7.tar.gz hn-d0138b92ae002002d520b9871764039e678930b7.tar.bz2 hn-d0138b92ae002002d520b9871764039e678930b7.zip |
fix: code quality and formatting
Diffstat (limited to '.idea/php.xml')
-rw-r--r-- | .idea/php.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..8e445c2 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,22 @@ +<?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 |