diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b9881a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.github export-ignore +/tests export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +.php-cs-fixer.dist.php export-ignore \ No newline at end of file diff --git a/.gitignore b/.gitignore index b655ab4..5c22fac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /build composer.lock .phpunit.result.cache +.php-cs-fixer.cache diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache deleted file mode 100644 index 06a7191..0000000 --- a/.php-cs-fixer.cache +++ /dev/null @@ -1 +0,0 @@ -{"php":"8.1.13","version":"3.13.2:v3.13.2#3952f08a81bd3b1b15e11c3de0b6bf037faa8496","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_typehint":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":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,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":{"method":"one"}},"php_unit_method_casing":{"case":"snake_case"}},"hashes":{"src\/Morph.php":"5405d8f5b18908099ea7d2010a0b16d3","src\/Events\/RelationMorphFromModelWasCleaned.php":"51a9d997b802b7cc0e86bc126d7ea179","src\/CascadeDeleteServiceProvider.php":"23b570b748a1ba891ee54e967846cd75","src\/Commands\/MorphCleanCommand.php":"c13258bc2c7ec8e3a0592ea8af91e986","src\/CascadeDelete.php":"ec628b70ac9e737f9b59a955aeae4b65","tests\/databases\/factories\/UserFactory.php":"9369b081100365bd1e52148c369a7ff0","tests\/databases\/factories\/VideoFactory.php":"1222812096e7eb38ff9fdf9a2074c771","tests\/databases\/factories\/TagFactory.php":"790b78bba05e59bec624e9293430b47c","tests\/databases\/factories\/ImageFactory.php":"43cb6ac4d8072390007b39dca5ff62de","tests\/databases\/factories\/PhotoFactory.php":"0ad5e585977679e8275861b70ba9d275","tests\/databases\/factories\/OptionFactory.php":"f5aa382068a533445d6632f14e6c442f","tests\/Events\/EventTest.php":"2168f3ba007f9b196ec37f51b26ecd2a","tests\/Morph\/CleanTest.php":"032e56b99db96a55017598d60d5cd954","tests\/Morph\/DeleteTest.php":"9e0d14f5077cbfebc743c2af76c97e00","tests\/TestCase.php":"8a9f864f28a898bd942ed0779fc07f84","tests\/CascadeDeleteTest.php":"8efb5ec0dfa8b9376100ecbb2dc50d43","tests\/Commands\/MorphCleanCommandTest.php":"d54496296873e3a5b738b552b878d6b5","tests\/Models\/Option.php":"ea8d695741002c56548fdea2a53fbf9a","tests\/Models\/Image.php":"72c4ce019cc4e2743533b0c20112c032","tests\/Models\/BadModel2.php":"0062c5c706c5d8882cbd56914bf7c06f","tests\/Models\/Tag.php":"397f1103034241ff35816ab286ff7619","tests\/Models\/User.php":"90cc4ea16f5f95c4b937017b7615a5ce","tests\/Models\/Video.php":"f275df1fb4131100221a20ea17110122","tests\/Models\/BadModel.php":"eaa647d330748854adc0a1ce9dc2a605","tests\/Models\/Photo.php":"7669765afdb2cfb881e14ad874946493"}} \ No newline at end of file