Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 authored and actions-user committed Jun 25, 2021
1 parent cfa1355 commit faa3e0e
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.0.5","version":"3.0.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":{"allow_single_line_closure":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"},"no_break_comment":true,"no_closing_tag":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_indentation":true,"array_syntax":{"syntax":"short"},"combine_consecutive_unsets":true,"class_attributes_separation":{"elements":{"method":"one"}},"multiline_whitespace_before_semicolons":true,"single_quote":true,"binary_operator_spaces":{"operators":{"=>":"align_single_space_minimal","=":"align_single_space_minimal"}},"concat_space":{"spacing":"one"},"declare_equal_normalize":true,"function_typehint_space":true,"single_line_comment_style":{"comment_types":["hash"]},"include":true,"lowercase_cast":true,"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use","use_trait"]},"no_multiline_whitespace_around_double_arrow":true,"no_spaces_around_offset":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"object_operator_without_whitespace":true,"phpdoc_align":true,"phpdoc_no_useless_inheritdoc":true,"single_blank_line_before_namespace":true,"space_after_semicolon":true,"ternary_operator_spaces":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true},"hashes":{"src\/Http\/helpers.php":921454369,"src\/Http\/Controllers\/VoyagerUserController.php":3486565011,"src\/Http\/Controllers\/VoyagerBaseController.php":4176581034,"src\/VoyagerDatatableServiceProvider.php":3973386622,"src\/DataTypeDataTable.php":2024636848,"tests\/TestCase.php":723374736}}
{"php":"8.0.5","version":"3.0.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":{"allow_single_line_closure":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"},"no_break_comment":true,"no_closing_tag":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_indentation":true,"array_syntax":{"syntax":"short"},"combine_consecutive_unsets":true,"class_attributes_separation":{"elements":{"method":"one"}},"multiline_whitespace_before_semicolons":true,"single_quote":true,"binary_operator_spaces":{"operators":{"=>":"align_single_space_minimal","=":"align_single_space_minimal"}},"concat_space":{"spacing":"one"},"declare_equal_normalize":true,"function_typehint_space":true,"single_line_comment_style":{"comment_types":["hash"]},"include":true,"lowercase_cast":true,"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use","use_trait"]},"no_multiline_whitespace_around_double_arrow":true,"no_spaces_around_offset":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"object_operator_without_whitespace":true,"phpdoc_align":true,"phpdoc_no_useless_inheritdoc":true,"single_blank_line_before_namespace":true,"space_after_semicolon":true,"ternary_operator_spaces":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true},"hashes":{"src\/Http\/helpers.php":921454369,"src\/Http\/Controllers\/VoyagerUserController.php":3486565011,"src\/Http\/Controllers\/VoyagerBaseController.php":4176581034,"src\/VoyagerDatatableServiceProvider.php":3338673151,"src\/DataTypeDataTable.php":2024636848,"tests\/TestCase.php":723374736}}

0 comments on commit faa3e0e

Please sign in to comment.