diff --git a/.gitignore b/.gitignore index d8172db..73dcd96 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ package-lock.json yarn.lock /.sass-cache build +*.cache diff --git a/.php-cs-fixer.cache b/.php-cs-fixer.cache deleted file mode 100644 index ae12eb1..0000000 --- a/.php-cs-fixer.cache +++ /dev/null @@ -1 +0,0 @@ -{"php":"8.3.14","version":"3.64.0","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":true,"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":{"sort_algorithm":"alpha"},"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":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":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"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,"simplified_null_return":true,"new_with_braces":{"anonymous_class":false,"named_class":false},"array_syntax":{"syntax":"short"},"no_unused_imports":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":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":{"const":"one","method":"one","property":"one"}},"doctrine_annotation_indentation":true,"doctrine_annotation_spaces":true,"include":true,"phpdoc_types":true,"phpdoc_types_order":true,"phpdoc_var_annotation_correct_order":true},"hashes":{"src\/Models\/Base\/BaseUser.php":"17654453dfe72a7afba0398fa58c60ce","src\/Models\/User.php":"ee53a7974a738d192ed674dc1a1b4cd8","src\/Models\/Traits\/UserTrait.php":"4150f992699b683af650f059635e8d20","src\/Models\/Traits\/IsIncrementing.php":"6b8ea08aef0933922ad928023d5375d1","src\/Constants\/AppConstant.php":"3c9a295972d76aa2b4d05665b384aa6d","src\/Providers\/ElasticSearchServiceProvider.php":"e275106b048d31e5498ebb7a075608b6","src\/Providers\/BlogCoreServiceProvider.php":"226d20fd9de7d2d8b0edab3e61c74329","src\/Exceptions\/NotFoundHandler.php":"983895725fdb1ace0482ac62a8b91075","src\/Http\/Controllers\/Base\/BasePostController.php":"9b762a3e658fa6a4e3031302967798a9","src\/Http\/Controllers\/Base\/BaseTagController.php":"e27f93d189655459a03da9ba147a71b1","src\/Http\/Controllers\/Base\/BaseCategoryController.php":"8f50709b21e3a6cb49f474576fd650ca","src\/Commands\/ListProviders.php":"2b70f847fbaec9ccee489d057f1991d9","tests\/IntegrationTest.php":"2fd5b309c022fcfcedd3e99ac8a5b084","config\/blog-core.php":"9fc1be340f775c05d308d012f8356755","config\/filesystems.php":"c5a6c2c757bf6a48088252510b99ee46","config\/scout.php":"34221d7e494b486d44346a9cd1dec874","config\/elasticsearch.php":"3265b947c6f4553c9a6fb531d982bfb6"}} \ No newline at end of file