raspisms/tests/php-cs-fixer/.php_cs.cache

1 line
8.8 KiB
Plaintext
Executable File

{"php":"7.2.19-0ubuntu0.18.04.2","version":"2.15.3","indent":" ","lineEnding":"\n","rules":{"php_unit_namespaced":{"target":"6.0"},"php_unit_dedicate_assert":{"target":"5.6"},"php_unit_expectation":{"target":"5.6"},"php_unit_mock":{"target":"5.5"},"php_unit_no_expectation_annotation":{"target":"4.3"},"align_multiline_comment":true,"array_indentation":true,"array_syntax":{"syntax":"short"},"blank_line_before_statement":true,"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"escape_implicit_backslashes":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"fully_qualified_strict_types":true,"heredoc_to_nowdoc":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline"},"method_chaining_indentation":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":{"strategy":"new_line_for_chained_calls"},"no_alternative_syntax":true,"no_binary_string":true,"no_extra_blank_lines":{"tokens":["break","continue","curly_brace_block","extra","parenthesis_brace_block","return","square_brace_block","throw","use"]},"no_null_property_initialization":true,"no_short_echo_tag":true,"no_superfluous_elseif":true,"no_unneeded_curly_braces":true,"no_unneeded_final_method":true,"no_unset_cast":true,"no_useless_else":true,"no_useless_return":true,"ordered_class_elements":true,"ordered_imports":true,"php_unit_internal_class":true,"php_unit_method_casing":true,"php_unit_ordered_covers":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_order":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types_order":true,"phpdoc_var_annotation_correct_order":true,"return_assignment":true,"simple_to_complex_string_variable":true,"single_line_comment_style":true,"binary_operator_spaces":true,"blank_line_after_opening_tag":true,"braces":{"position_after_anonymous_constructs":"next","position_after_control_structures":"next","position_after_functions_and_oop_constructs":"next"},"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":{"single_line":true},"concat_space":true,"declare_equal_normalize":true,"function_typehint_space":true,"include":true,"increment_style":true,"lowercase_cast":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"native_function_casing":true,"native_function_type_declaration_casing":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"no_multiline_whitespace_around_double_arrow":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_around_offset":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_unneeded_control_parentheses":true,"no_unused_imports":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"php_unit_fqcn_annotation":true,"phpdoc_align":{"tags":["method","param","property","return","throws","type","var"]},"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_alias_tag":true,"phpdoc_no_empty_return":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"protected_to_private":true,"return_type_declaration":true,"semicolon_after_instruction":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":true,"single_quote":true,"single_trait_insert_per_statement":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"whitespace_after_comma_in_array":true,"yoda_style":true,"blank_line_after_namespace":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_constants":true,"lowercase_keywords":true,"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_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":true,"encoding":true,"full_opening_tag":true,"comment_to_phpdoc":true,"final_internal_class":true,"function_to_constant":{"functions":["get_called_class","get_class","php_sapi_name","phpversion","pi"]},"logical_operators":true,"no_unreachable_default_argument_value":true,"no_unset_on_property":true,"php_unit_set_up_tear_down_visibility":true,"php_unit_strict":true,"php_unit_test_annotation":true,"php_unit_test_case_static_method_calls":true,"strict_comparison":true,"strict_param":true,"string_line_ending":true,"dir_constant":true,"ereg_to_preg":true,"error_suppression":true,"fopen_flag_order":true,"fopen_flags":{"b_mode":false},"implode_call":true,"is_null":true,"modernize_types_casting":true,"native_constant_invocation":{"fix_built_in":false,"include":["DIRECTORY_SEPARATOR","PHP_SAPI","PHP_VERSION_ID"],"scope":"namespaced"},"native_function_invocation":{"include":["@compiler_optimized"],"scope":"namespaced","strict":true},"no_alias_functions":true,"no_homoglyph_names":true,"non_printable_character":true,"php_unit_construct":true,"php_unit_mock_short_will_return":true,"psr4":true,"self_accessor":true,"set_type_to_cast":true,"header_comment":{"header":"This file is part of PHP CS Fixer.\n\n(c) Fabien Potencier <fabien@symfony.com>\n Dariusz Rumi\u0144ski <dariusz.ruminski@gmail.com>\n\nThis source file is subject to the MIT license that is bundled\nwith this source code in the file LICENSE."},"list_syntax":{"syntax":"long"},"mb_str_functions":true,"method_separation":true},"hashes":{"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/SmsStop.php":2599189385,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Scheduled.php":910410521,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Sended.php":3917669645,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/User.php":2931674186,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Received.php":1475877519,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Command.php":1485161338,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Group.php":3045862410,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Connect.php":2083007376,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Account.php":2249700068,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Dashboard.php":1186891051,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Discussion.php":4036940001,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Event.php":3470445859,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Setting.php":1342779228,"\/var\/www\/html\/RaspiSMS\/controllers\/publics\/Contact.php":3524618858,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/SmsStop.php":666885176,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Scheduled.php":3906923173,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Sended.php":1856019300,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/User.php":538793512,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Console.php":657350736,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Received.php":1854499604,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Command.php":4181324188,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Group.php":4041215537,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Tool.php":980570211,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Event.php":168024895,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Setting.php":4113013461,"\/var\/www\/html\/RaspiSMS\/controllers\/internals\/Contact.php":3931201828,"\/var\/www\/html\/RaspiSMS\/models\/SmsStop.php":2555460083,"\/var\/www\/html\/RaspiSMS\/models\/Scheduled.php":1768953087,"\/var\/www\/html\/RaspiSMS\/models\/Sended.php":4156886581,"\/var\/www\/html\/RaspiSMS\/models\/User.php":796510868,"\/var\/www\/html\/RaspiSMS\/models\/DataBase.php":734020299,"\/var\/www\/html\/RaspiSMS\/models\/Received.php":518558512,"\/var\/www\/html\/RaspiSMS\/models\/Command.php":3659748299,"\/var\/www\/html\/RaspiSMS\/models\/Group.php":1189143961,"\/var\/www\/html\/RaspiSMS\/models\/Event.php":2138293506,"\/var\/www\/html\/RaspiSMS\/models\/Setting.php":4199137848,"\/var\/www\/html\/RaspiSMS\/models\/Contact.php":1467281646}}