Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 authored and github-actions[bot] committed Dec 13, 2022
1 parent 431bb5a commit 7ad2a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
@@ -1 +1 @@
{"php":"8.1.12","version":"3.13.0","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"}}},"hashes":{"src\/Traits\/Reactable.php":"0ec3b80264e8b0d6043a7111498c32ea","src\/Traits\/Reacts.php":"8a0352a076cc0840c4dfa0f8a95bc1dd","src\/Exceptions\/InvalidReactionUser.php":"81c923ac2046b96dc40a451c1c33374f","src\/Contracts\/ReactsInterface.php":"5d4e069ef573df515022467dd4f5edb4","src\/Contracts\/ReactableInterface.php":"0668fad34f4d3e2cf11dcc37d82834e3","src\/Events\/OnDeleteReaction.php":"72d3af3d6e22b1ee087c81cc7fab305f","src\/Events\/OnReaction.php":"8d50be05a983a6ce5f106e782c317a9b","src\/ReactionsServiceProvider.php":"f83b127b867d4b52174c768be298d075","src\/Models\/Reaction.php":"5f3451de13e1ae503814f7e7d353c82d","tests\/TestCase.php":"cda2e65e23e73055bac8b4ff0f7ff6d6","tests\/Unit\/ReactableTest.php":"a54d58335a6a20b08535afe0b2bea3e6","tests\/Unit\/InvalidReactionUserExceptionTest.php":"8b6e049e7970c8b6941ab1ae7bddb47d","tests\/Unit\/ReactableScopeTest.php":"27e605a9ff4796568a7b34809e8684d4","tests\/Unit\/ReactionModelTest.php":"36c949bcfdfa18fff2153871324e8c5f","tests\/Unit\/ReactsReactionEventTest.php":"2f2e6cbb358f600420f213334877e0d5","tests\/Unit\/ReactsModelTest.php":"1aadc363db452e709131b179b0423dfd","tests\/Unit\/ReactableReactionEventTest.php":"2b1ce2751b42509c409a7dc6be70904d","tests\/database\/migrations\/2018_07_11_000000_create_articles_table.php":"d5216cd93ece3627f17f3d08d82384da","tests\/database\/migrations\/2018_07_10_000000_create_users_table.php":"4fec64cbea46cfc545511c3da42c242d","tests\/Stubs\/Models\/User.php":"7b086b12d48a1aeba161f9f7ff8ca909","tests\/Stubs\/Models\/Article.php":"acc223bd8568b4971ee85d6fe75abfe6","tests\/Unit\/ReactionsTableConfigTest.php":"61d068af49a0cd2295072c572fe69a69"}}
{"php":"8.1.12","version":"3.13.0","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"}}},"hashes":{"src\/Traits\/Reactable.php":"4e022c70e97f5166cb825f61b09f9d56","src\/Traits\/Reacts.php":"8a0352a076cc0840c4dfa0f8a95bc1dd","src\/Exceptions\/InvalidReactionUser.php":"81c923ac2046b96dc40a451c1c33374f","src\/Contracts\/ReactsInterface.php":"5d4e069ef573df515022467dd4f5edb4","src\/Contracts\/ReactableInterface.php":"0668fad34f4d3e2cf11dcc37d82834e3","src\/Events\/OnDeleteReaction.php":"72d3af3d6e22b1ee087c81cc7fab305f","src\/Events\/OnReaction.php":"8d50be05a983a6ce5f106e782c317a9b","src\/ReactionsServiceProvider.php":"f83b127b867d4b52174c768be298d075","src\/Models\/Reaction.php":"5f3451de13e1ae503814f7e7d353c82d","tests\/TestCase.php":"cda2e65e23e73055bac8b4ff0f7ff6d6","tests\/Unit\/ReactableTest.php":"a54d58335a6a20b08535afe0b2bea3e6","tests\/Unit\/InvalidReactionUserExceptionTest.php":"8b6e049e7970c8b6941ab1ae7bddb47d","tests\/Unit\/ReactableScopeTest.php":"27e605a9ff4796568a7b34809e8684d4","tests\/Unit\/ReactionModelTest.php":"36c949bcfdfa18fff2153871324e8c5f","tests\/Unit\/ReactsReactionEventTest.php":"2f2e6cbb358f600420f213334877e0d5","tests\/Unit\/ReactsModelTest.php":"1aadc363db452e709131b179b0423dfd","tests\/Unit\/ReactableReactionEventTest.php":"2b1ce2751b42509c409a7dc6be70904d","tests\/database\/migrations\/2018_07_11_000000_create_articles_table.php":"d5216cd93ece3627f17f3d08d82384da","tests\/database\/migrations\/2018_07_10_000000_create_users_table.php":"4fec64cbea46cfc545511c3da42c242d","tests\/Stubs\/Models\/User.php":"7b086b12d48a1aeba161f9f7ff8ca909","tests\/Stubs\/Models\/Article.php":"acc223bd8568b4971ee85d6fe75abfe6","tests\/Unit\/ReactionsTableConfigTest.php":"61d068af49a0cd2295072c572fe69a69"}}

0 comments on commit 7ad2a95

Please sign in to comment.