diff options
Diffstat (limited to '.idea/php.xml')
-rw-r--r-- | .idea/php.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..52b6c90 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,25 @@ +<?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="PhpIncludePathManager"> + <include_path> + <path value="/usr/local/Cellar/php/8.2.1_1/share/php/pear" /> + </include_path> + </component> + <component name="PhpProjectSharedConfiguration" php_language_level="8.2" /> + <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 |