This commit is contained in:
Thomas Peterson 2025-07-09 11:55:29 +02:00
parent 6854089a74
commit 0773e0f018
189 changed files with 5171 additions and 4802 deletions

5
.gitignore vendored
View File

@ -1,7 +1,8 @@
### Composer template
composer.phar
vendor/
.php-cs-fixer.cache
.phpunit.result.cache
## Directory-based project format:
.idea/
.phpunit.cache/

View File

@ -1 +0,0 @@
{"php":"8.3.6","version":"3.64.0","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_extra_blank_lines":{"tokens":["use"]},"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_space_around_construct":{"constructs_followed_by_a_single_space":["abstract","as","case","catch","class","const_import","do","else","elseif","final","finally","for","foreach","function","function_import","if","insteadof","interface","namespace","new","private","protected","public","static","switch","trait","try","use","use_lambda","while"],"constructs_preceded_by_a_single_space":["as","else","elseif","use_lambda"]},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"src\/Option\/.conform.2927860.Parser.php":"a564307c19e0551f8975f10353f5c749","src\/Option\/.conform.4391823.Parser.php":"42cba7a70c7f4de9f32121b32288c6ba","src\/Option\/.conform.7533083.Parser.php":"523f16d505a5461463741e2832211eb1","src\/Option\/.conform.5606766.Parser.php":"4c8c594540550576d273cf38f2fdd928","src\/Option\/Parser\/.conform.1495315.Media.php":"af87432a7d62bcaa88f87686ce0778bc"}}

Some files were not shown because too many files have changed in this diff Show More