-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fd44c7
commit 5817362
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":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_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"concat_space":{"spacing":"one"},"single_trait_insert_per_statement":true,"explicit_string_variable":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"no_whitespace_in_blank_line":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"logical_operators":true,"array_indentation":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"method_chaining_indentation":true,"class_attributes_separation":{"elements":{"method":"one"}},"no_leading_import_slash":true,"no_alternative_syntax":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"no_singleline_whitespace_before_semicolons":true,"trim_array_spaces":true,"whitespace_after_comma_in_array":true,"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use","use_trait"]},"single_quote":true,"escape_implicit_backslashes":true,"native_constant_invocation":{"include":["@compiler_optimized"],"strict":true},"native_function_invocation":{"scope":"namespaced","strict":true}},"hashes":{"src\/Vite.php":1608470251,"src\/Manifest.php":1969983839,"src\/Commands\/ExportConfigurationCommand.php":252393944,"src\/Commands\/GenerateAliasesCommand.php":870023425,"src\/ViteServiceProvider.php":1768640272,"src\/Exceptions\/NoSuchEntrypointException.php":1789373777,"src\/Exceptions\/ManifestNotFound.php":2540674560,"src\/ManifestEntry.php":349924615,"src\/helpers.php":2738982632,"tests\/Pest.php":1793398137,"tests\/TestCase.php":2973250730,"tests\/Unit\/BladeDirectivesTest.php":3063882466,"tests\/Unit\/ViteTest.php":4169928838,"tests\/Unit\/DevelopmentServerTest.php":914448248,"tests\/Features\/ExportConfigurationCommandTest.php":3877329621,"tests\/Features\/GenerateAliasesCommandTest.php":2206308593,"config\/vite.php":1301536736}} | ||
{"php":"8.0.5","version":"3.0.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"},"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_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"concat_space":{"spacing":"one"},"single_trait_insert_per_statement":true,"explicit_string_variable":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"no_whitespace_in_blank_line":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"logical_operators":true,"array_indentation":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"method_chaining_indentation":true,"class_attributes_separation":{"elements":{"method":"one"}},"no_leading_import_slash":true,"no_alternative_syntax":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"no_singleline_whitespace_before_semicolons":true,"trim_array_spaces":true,"whitespace_after_comma_in_array":true,"no_extra_blank_lines":{"tokens":["case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use","use_trait"]},"single_quote":true,"escape_implicit_backslashes":true,"native_constant_invocation":{"include":["@compiler_optimized"],"strict":true},"native_function_invocation":{"scope":"namespaced","strict":true}},"hashes":{"src\/Vite.php":1608470251,"src\/Manifest.php":1969983839,"src\/Commands\/ExportConfigurationCommand.php":252393944,"src\/Commands\/GenerateAliasesCommand.php":870023425,"src\/ViteServiceProvider.php":1768640272,"src\/Exceptions\/NoSuchEntrypointException.php":1789373777,"src\/Exceptions\/ManifestNotFound.php":2540674560,"src\/ManifestEntry.php":349924615,"src\/helpers.php":2738982632,"tests\/Pest.php":1793398137,"tests\/TestCase.php":2973250730,"tests\/Unit\/BladeDirectivesTest.php":3063882466,"tests\/Unit\/ViteTest.php":4169928838,"tests\/Unit\/DevelopmentServerTest.php":914448248,"tests\/Features\/ExportConfigurationCommandTest.php":3877329621,"tests\/Features\/GenerateAliasesCommandTest.php":2493150387,"config\/vite.php":1301536736}} |