-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.php_cs.cache
1 lines (1 loc) · 9.81 KB
/
.php_cs.cache
1
{"php":"8.1.23","version":"3.26.1:v3.26.1#d023ba6684055f6ea1da1352d8a02baca0426983","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,"class_definition":{"multi_line_extends_each_single_line":true},"curly_braces_position":{"allow_single_line_anonymous_functions":true,"allow_single_line_empty_anonymous_classes":true},"declare_equal_normalize":{"space":"none"},"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","constant_public","constant_protected","constant_private","property_public","property_protected","property_private","construct","destruct","magic","phpunit","method_public","method_protected","method_private"],"sort_algorithm":"alpha"},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"alpha"},"return_type_declaration":{"space_before":"none"},"short_scalar_cast":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":{"elements":["method","property","const"]},"blank_line_after_namespace":true,"constant_case":{"case":"lower"},"control_structure_braces":true,"control_structure_continuation_position":{"position":"same_line"},"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":false},"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":["const","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,"no_trailing_whitespace_in_string":true,"no_unreachable_default_argument_value":true,"array_indentation":true,"blank_line_before_statement":{"statements":["break","case","continue","declare","default","do","exit","for","foreach","goto","if","include","include_once","require","require_once","return","switch","throw","try","while","yield","yield_from"]},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"empty_loop_body":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"heredoc_to_nowdoc":true,"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":{"strategy":"no_multi_line"},"no_extra_blank_lines":{"tokens":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use","use_trait"]},"no_superfluous_elseif":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":false,"remove_inheritdoc":true},"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","return","switch_case","yield"]},"no_useless_else":true,"no_useless_return":true,"nullable_type_declaration_for_default_null_value":true,"php_unit_internal_class":{"types":["abstract","final","normal"]},"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":{"only_untyped":true},"phpdoc_order_by_value":true,"phpdoc_var_annotation_correct_order":true,"protected_to_private":true,"return_assignment":true,"self_static_accessor":true,"single_line_comment_style":{"comment_types":["hash"]},"single_line_empty_body":true,"whitespace_after_comma_in_array":true,"align_multiline_comment":{"comment_type":"all_multiline"},"array_syntax":{"syntax":"short"},"backtick_to_shell_exec":true,"cast_spaces":{"space":"single"},"class_attributes_separation":{"elements":{"const":"one","method":"one","property":"one","trait_import":"one"}},"class_reference_name_casing":true,"clean_namespace":true,"concat_space":{"spacing":"one"},"declare_parentheses":true,"echo_tag_syntax":{"format":"long"},"empty_loop_condition":true,"fully_qualified_strict_types":true,"general_phpdoc_tag_rename":true,"global_namespace_import":{"import_classes":true,"import_constants":true,"import_functions":true},"include":true,"increment_style":{"style":"pre"},"integer_literal_case":true,"lambda_not_used_import":true,"linebreak_after_opening_tag":true,"magic_constant_casing":true,"magic_method_casing":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"no_alias_language_construct_call":true,"no_alternative_syntax":true,"no_binary_string":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_null_property_initialization":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":{"positions":["inside","outside"]},"no_trailing_comma_in_singleline":{"elements":["arguments","array_destructuring","array","group_import"]},"no_unneeded_curly_braces":true,"no_unneeded_import_alias":true,"no_unset_cast":true,"no_unused_imports":true,"no_useless_concat_operator":true,"no_useless_nullsafe_operator":true,"no_whitespace_before_comma_in_array":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"operator_linebreak":{"only_booleans":true},"php_unit_fqcn_annotation":true,"php_unit_method_casing":true,"phpdoc_indent":true,"phpdoc_inline_tag_normalizer":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_tag_type":{"tags":{"inheritDoc":"inline"}},"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"semicolon_after_instruction":true,"simple_to_complex_string_variable":true,"single_line_comment_spacing":true,"single_quote":true,"single_space_around_construct":true,"space_after_semicolon":true,"standardize_increment":true,"standardize_not_equals":true,"switch_continue_to_break":true,"trailing_comma_in_multiline":true,"trim_array_spaces":true,"type_declaration_spaces":true,"types_spaces":true,"unary_operator_spaces":true,"yoda_style":{"equal":true,"identical":true,"less_and_greater":true,"always_move_variable":true},"comment_to_phpdoc":true,"final_internal_class":true,"native_constant_invocation":true,"no_alias_functions":true,"no_unset_on_property":true,"php_unit_data_provider_name":true,"php_unit_data_provider_return_type":true,"php_unit_test_case_static_method_calls":{"call_type":"self"},"static_lambda":true,"strict_comparison":true,"strict_param":true,"yield_from_array_to_yields":true,"array_push":true,"combine_nested_dirname":true,"dir_constant":true,"ereg_to_preg":true,"error_suppression":{"mute_deprecation_error":true,"noise_remaining_usages":true},"fopen_flag_order":true,"fopen_flags":true,"function_to_constant":true,"implode_call":true,"is_null":true,"logical_operators":true,"modernize_types_casting":true,"native_function_invocation":{"include":["@compiler_optimized"],"scope":"namespaced","strict":true},"no_homoglyph_names":true,"no_unneeded_final_method":true,"no_useless_sprintf":true,"non_printable_character":true,"ordered_traits":true,"php_unit_construct":{"assertions":["assertSame","assertEquals","assertNotEquals","assertNotSame"]},"php_unit_mock_short_will_return":true,"php_unit_set_up_tear_down_visibility":true,"php_unit_test_annotation":true,"psr_autoloading":true,"set_type_to_cast":true,"string_length_to_empty":true,"string_line_ending":true,"ternary_to_elvis_operator":true,"pow_to_exponentiation":true,"declare_strict_types":true,"doctrine_annotation_array_assignment":{"operator":":"},"doctrine_annotation_braces":{"syntax":"without_braces"},"doctrine_annotation_indentation":true,"doctrine_annotation_spaces":{"after_argument_assignments":false,"after_array_assignments_colon":true,"after_array_assignments_equals":false,"around_parentheses":true,"before_argument_assignments":false,"before_array_assignments_colon":false,"before_array_assignments_equals":false},"function_typehint_space":true,"general_phpdoc_annotation_remove":{"annotations":["inheritdoc","package","subpackage","author","version"]},"heredoc_indentation":true,"list_syntax":{"syntax":"short"},"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"php_unit_expectation":{"target":"newest"},"php_unit_mock":true,"php_unit_namespaced":{"target":"5.7"},"php_unit_no_expectation_annotation":{"target":"newest","use_class_const":true},"phpdoc_line_span":{"const":"multi","property":"multi","method":"multi"},"random_api_migration":true,"ternary_to_null_coalescing":true},"hashes":{"includes\/authentication.php":"93ffab482620bbc8c46dbc5ca2f44711","includes\/cas.php":"318685648e0b89bfdb63f898a550d83f","includes\/renew.php":"6b1973b0cfe339a969cf30eaf2903c32","includes\/logout.php":"08b3a22212ed785319692c03cf8d73bf","includes\/proxyCallback.php":"d9a4b3074a73b7b7cb1b5ffb93ff8c0a","includes\/forceAuthentication.php":"6cf5e0bd5bc4679623a33fcb1b397a4a","includes\/properties.php":"53b902845c9f7d90a373e79aa430c591","includes\/serverRequest.php":"f94a178674a0cb4cad584aaf4dd7d603","includes\/login.php":"2c173b4e40611edcc7298228cf0165fb","src\/Middleware\/ProxyCallback.php":"1c7d02b2296874b29f8237bb1db15574","src\/Middleware\/ResponseLogger.php":"66ebe1ee40bb3e6f0d6b3176855d7ff8","public\/index.php":"ad57be6ad46518a795ef6a3dbc5e2e71","src\/Middleware\/Authenticate.php":"d396300ae8f9b86d23ea1291de229002"}}