Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCavens authored and github-actions[bot] committed Aug 30, 2023
1 parent 52761c5 commit f7bae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"php":"8.1.6","version":"3.8.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":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_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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,"php_unit_method_casing":{"case":"snake_case"}},"hashes":{"src\/HasDynamicAttributes.php":903557389,"src\/DynamicDocumentCast.php":1904573370,"src\/DynamicDocument.php":1674549125,"tests\/LocalizedDynamicAttributesTest.php":2367681587,"tests\/TestCase.php":755071007,"tests\/HasDynamicAttributesTest.php":540606397,"tests\/Stubs\/FallbackLocaleModelStub.php":850033425,"tests\/Stubs\/ModelStub.php":3747870883,"tests\/Stubs\/FullDynamicModelStub.php":3585976742,"tests\/DynamicDocumentTest.php":3306645925}}
{"php":"8.2.9","version":"3.24.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"class_definition":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"curly_braces_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_import_per_statement":true,"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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,"php_unit_method_casing":{"case":"snake_case"}},"hashes":{"src\/HasDynamicAttributes.php":"734508a90eca3d1915ad691bc4a775fa","src\/DynamicDocument.php":"3e8477f98f63e9aa18944c3ebdf1ea43","src\/DynamicDocumentCast.php":"abcf77f63586b317942ea88b90afd580","tests\/LocalizedDynamicAttributesTest.php":"ab609dc6e6afbc7d800344a16565b862","tests\/TestCase.php":"2121c21d25f0066026cbc2a64db11956","tests\/HasDynamicAttributesTest.php":"6ba8a492038d388d8c453d083a3f3bc1","tests\/DynamicDocumentTest.php":"03fb864002a70e74753125e2678a923c","tests\/Stubs\/FallbackLocaleModelStub.php":"15f96a766ac6a75725c85ba868c7c0ed","tests\/Stubs\/ModelStub.php":"d7ac832f0d20bd7ef4a4d6b5419f069f","tests\/Stubs\/FullDynamicModelStub.php":"7c698125ebc44b851db58dbe25a2394f"}}

0 comments on commit f7bae84

Please sign in to comment.