-
Notifications
You must be signed in to change notification settings - Fork 2
/
.php-cs-fixer.cache
1 lines (1 loc) · 14.4 KB
/
.php-cs-fixer.cache
1
{"php":"8.2.8","version":"3.22.0:v3.22.0#92b019f6c8d79aa26349d0db7671d37440dc0ff3","indent":" ","lineEnding":"\n","rules":{"align_multiline_comment":true,"array_syntax":true,"backtick_to_shell_exec":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["return"]},"cast_spaces":true,"class_attributes_separation":{"elements":{"method":"one"}},"class_definition":{"single_line":true},"class_reference_name_casing":true,"clean_namespace":true,"concat_space":true,"curly_braces_position":{"allow_single_line_anonymous_functions":true,"allow_single_line_empty_anonymous_classes":true},"declare_parentheses":true,"echo_tag_syntax":true,"empty_loop_body":{"style":"braces"},"empty_loop_condition":true,"fully_qualified_strict_types":true,"general_phpdoc_tag_rename":{"replacements":{"inheritDocs":"inheritDoc"}},"global_namespace_import":{"import_classes":false,"import_constants":false,"import_functions":false},"include":true,"increment_style":true,"integer_literal_case":true,"lambda_not_used_import":true,"linebreak_after_opening_tag":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"on_multiline":"ignore"},"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_extra_blank_lines":{"tokens":["attribute","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","switch","throw","use"]},"no_leading_namespace_whitespace":true,"no_mixed_echo_print":true,"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":true,"no_superfluous_phpdoc_tags":{"remove_inheritdoc":true},"no_trailing_comma_in_singleline":true,"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","others","return","switch_case","yield","yield_from"]},"no_unneeded_curly_braces":{"namespaces":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,"nullable_type_declaration_for_default_null_value":{"use_nullable_type_declaration":false},"object_operator_without_whitespace":true,"operator_linebreak":{"only_booleans":true},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"alpha"},"php_unit_fqcn_annotation":true,"php_unit_method_casing":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":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":{"order":["param","return","throws"]},"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_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_types_order":{"null_adjustment":"always_last","sort_algorithm":"none"},"phpdoc_var_without_name":true,"semicolon_after_instruction":true,"simple_to_complex_string_variable":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_comment_spacing":true,"single_line_comment_style":{"comment_types":["hash"]},"single_line_throw":true,"single_quote":true,"single_space_around_construct":true,"space_after_semicolon":{"remove_in_empty_for_expressions":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,"whitespace_after_comma_in_array":true,"yoda_style":true,"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":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"]},"return_type_declaration":true,"short_scalar_cast":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"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_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_line_after_imports":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_push":true,"combine_nested_dirname":true,"dir_constant":true,"ereg_to_preg":true,"error_suppression":true,"fopen_flag_order":true,"fopen_flags":{"b_mode":false},"function_to_constant":true,"get_class_to_class_keyword":true,"implode_call":true,"is_null":true,"logical_operators":true,"modernize_strpos":true,"modernize_types_casting":true,"native_constant_invocation":{"strict":false},"native_function_invocation":{"include":["@compiler_optimized"],"scope":"namespaced","strict":true},"no_alias_functions":true,"no_homoglyph_names":true,"no_php4_constructor":true,"no_unneeded_final_method":true,"no_useless_sprintf":true,"non_printable_character":true,"ordered_traits":true,"php_unit_construct":true,"php_unit_mock_short_will_return":true,"php_unit_set_up_tear_down_visibility":true,"php_unit_test_annotation":true,"psr_autoloading":true,"self_accessor":true,"set_type_to_cast":true,"string_length_to_empty":true,"string_line_ending":true,"ternary_to_elvis_operator":true,"pow_to_exponentiation":true,"no_trailing_whitespace_in_string":true},"hashes":{"\/tmp\/PHP CS Fixertemp_folder\/tests\/AstTest.php":"deb631c7a118d434fe906193c2472015","\/tmp\/PHP CS Fixertemp_folder1\/tests\/AstTest.php":"1bbf69a0545918213d8c412cac71beac","\/tmp\/PHP CS Fixertemp_folder2\/tests\/AstTest.php":"c181496be57f08452cad07517a730088","\/tmp\/PHP CS Fixertemp_folder5\/tests\/AstTest.php":"c181496be57f08452cad07517a730088","\/tmp\/PHP CS Fixertemp_folder10\/tests\/EvaluatorTest.php":"66cd85c45c2c60b3a60107068f0403dd","\/tmp\/PHP CS Fixertemp_folder11\/tests\/EvaluatorTest.php":"ede08e4a230f3ffbb231febb4bfb04c0","rector.php":"79886f243c70c8cb894b6d87b33c93be","src\/Evaluator\/EvalIfExpression.php":"95f1a0b1bb39cedd5e7be9129b1ee296","src\/Evaluator\/Evaluator.php":"fd157643c624b08ace3c878a60555082","src\/Evaluator\/EvalReturnStatement.php":"9faa5dcef58baf6873b86930fed8a78d","src\/Evaluator\/EvalNotOperatorExpression.php":"59be2d373aac580b7c990788758810b6","src\/Evaluator\/EvalPostfixExpression.php":"f3a702a9b9d71ad940073b3e5f64b6a0","src\/Evaluator\/Environment.php":"9946e812e15fb4a5b712705b678a658d","src\/Evaluator\/EvalUnaryExpression.php":"e2ed2499517de169a1a07377fa4bd282","src\/Evaluator\/EvalStringBinaryExpression.php":"5c421d3a01e6a83bdba371389980998a","src\/Evaluator\/EvalProgram.php":"8ec01401234af664e6c7a3e50cdd39a5","src\/Evaluator\/Builtin\/EvalMapFunction.php":"dd821343df5df68f80012b90bb2881a0","src\/Evaluator\/Builtin\/EvalLenFunction.php":"6d2da1b89859adba94fff1cf8c76feed","src\/Evaluator\/Builtin\/EvalPushFunction.php":"3bfef8bfc40124deccc84df956e82f52","src\/Evaluator\/Builtin\/EvalSliceFunction.php":"a5585d5758b9b5f6ae2578ecdd3113b4","src\/Evaluator\/Builtin\/EvalPutsFunction.php":"0f32fec9db5f409bb3e1c033f64ecf23","src\/Evaluator\/Builtin\/EvalFirstFunction.php":"28e109479568b85dc3c75ad5607707c3","src\/Evaluator\/Builtin\/EvalLastFunction.php":"62962d2a119bf1180dbc096a6a2b0f16","src\/Evaluator\/EvalWhileExpression.php":"29ff4d114794c10da14291683658d56e","src\/Evaluator\/EvalArrayLiteral.php":"e684707315b003dba22f01ffdcb33793","src\/Evaluator\/EvalAssingStatement.php":"8a8294ff47cb156c89ffbceae8ae11fa","src\/Evaluator\/EvalLetStatement.php":"73bae5bd0c64b93b9bd9bd9e71683ce8","src\/Evaluator\/EvalMinusUnaryOperatorExpression.php":"8e30e5d6073e4822a4bb535e805b3b6a","src\/Evaluator\/EvalCallExpression.php":"be4385b0baf73bfa1c995cd8219c82e9","src\/Evaluator\/EvalIdentifier.php":"0fc10e8e1339b8004da1225624c6980a","src\/Evaluator\/EvalArrayBinaryExpression.php":"d35f851c09cb4871c73215a8042a74f1","src\/Evaluator\/EvalBinaryExpression.php":"205c71f8c2b5bef0f21e191eee53840e","src\/Evaluator\/EvalNumericBinaryExpression.php":"86f74b234032f138b3601a66ae7e4b68","src\/Evaluator\/EvalIndexExpression.php":"34b4b0c16e96815966e4af0bf58fc7e3","src\/Evaluator\/EvalBlockStatement.php":"a9d436e6983e1bc638c935b0df90938a","src\/Evaluator\/BuiltinFunction.php":"f78aa22c2611fafe5407969e26ac583f","src\/Object\/BuiltinFunctionObject.php":"2ca3cd042adf9a76659827faeab8fe4d","src\/Object\/ReturnValueObject.php":"86c040ebc06fbe3ea4dfc74535ffbe36","src\/Object\/MonkeyObject.php":"687ee9f7e0a18d4b068a450490b0c67c","src\/Object\/ArrayObject.php":"151d0e7b30689565f0bb0dd490305d50","src\/Object\/StringObject.php":"ca017dd2ba0310a42a984afe7d2a5dd0","src\/Object\/NullObject.php":"7f38ec5ed25b7ae7977e47951797642e","src\/Object\/ErrorObject.php":"198d566140d8dd068c8da4d3e7e911fc","src\/Object\/FunctionObject.php":"b78c2c47380ed4cd84ac8d06a1b755ff","src\/Object\/FloatObject.php":"c449b06a521e98aa04e048d7951dbb72","src\/Object\/IntegerObject.php":"b96822e8fb5da1041f3a1dfbad82d150","src\/Object\/BooleanObject.php":"92eed5ec8bb977c8674b8c7778e0a220","src\/Lexer\/Char.php":"eca0c34a55f4032fa26894197808d8a5","src\/Lexer\/Input.php":"2a422b7034031dfa0caeffed232e0278","src\/Lexer\/Lexer.php":"5a99bdeb609286a73109486effabe41e","src\/Token\/TokenType.php":"31932c519b627dc2d5cf1380a7913145","src\/Token\/Token.php":"32b8c81d9c418e4c91721630d047084f","src\/Ast\/Statements\/AssignStatement.php":"a79fcab5e99d98e939a62058c3ef0fb1","src\/Ast\/Statements\/ReturnStatement.php":"af4c9127034e0a8bb10acb65d3d3e6e2","src\/Ast\/Statements\/LetStatement.php":"b95be8fb9cab71d6d8300cd5450af199","src\/Ast\/Statements\/ExpressionStatement.php":"6d355e822f73cc72defda8f827456589","src\/Ast\/Statements\/Statement.php":"b86bda3c7e0dd807775bed5646cbc5a2","src\/Ast\/Statements\/BlockStatement.php":"61f011eab9d6d3d153d542856c64ddb0","src\/Ast\/Node.php":"882e75631c3bc3256203ef7e65f5f6eb","src\/Ast\/Expressions\/Expression.php":"8f2b4360b8c47bdac954343de39d38cd","src\/Ast\/Expressions\/IfExpression.php":"ab4ffbc6d98d70662aaa40488ce485a9","src\/Ast\/Expressions\/IndexExpression.php":"4bbc9c612d7e475cb1080c2247989e1b","src\/Ast\/Expressions\/BinaryExpression.php":"a1f8bdab65b5b515fa43340076f93f0b","src\/Ast\/Expressions\/CallExpression.php":"815db60f2d431f49db3d475153c7e7a9","src\/Ast\/Expressions\/PostfixExpression.php":"73748338eaf76112453a7a9795e32848","src\/Ast\/Expressions\/UnaryExpression.php":"198a879cf7a807c1082b94bc5dd99b1d","src\/Ast\/Expressions\/IdentifierExpression.php":"2e0a6516ebf7dd794254a384db29f11b","src\/Ast\/Expressions\/WhileExpression.php":"74db04933f69445ae92d21b3835b3c7f","src\/Ast\/Program.php":"ceafb313c21ebee2111cfeddd0742e9f","src\/Ast\/Types\/ArrayLiteral.php":"1d33ab7e1484d7546a8b4041f8a81c6c","src\/Ast\/Types\/StringLiteral.php":"30279607c4350f6e553d1fe57650c289","src\/Ast\/Types\/FunctionLiteral.php":"089fb70b73749e2a56fdbf189b2e57b5","src\/Ast\/Types\/FloatLiteral.php":"401597b0b22d251879ac38dd38bebdee","src\/Ast\/Types\/IntegerLiteral.php":"7c0b1b238accdfe8063471e84067a4a4","src\/Ast\/Types\/BooleanLiteral.php":"8c07985cb60470cef8cec0fb608eada9","src\/monkey.php":"bff718b079cf54c6dce8eb81a3ca99bb","src\/Parser\/Statements\/ExpressionStatementParser.php":"ce5b9e87795acb0f5c0d8a51c4e3e432","src\/Parser\/Statements\/LetStatementParser.php":"10a103defad28e271ebd6aee0a62dc8f","src\/Parser\/Statements\/AssignStatementParser.php":"ec9e74aabbf021305b5c7fe0254e1293","src\/Parser\/Statements\/ReturnStatementParser.php":"124d0201d7dc21894d73823b8b2d9758","src\/Parser\/Statements\/BlockStatementParser.php":"03ce9ea4a4f72a193fcf21bb43d7616d","src\/Parser\/Statements\/StatementParser.php":"a097155bcb2897570c4531deab5e38c9","src\/Parser\/ProgramParser.php":"ba00197ecdbde89b3c6efb22e9a60261","src\/Parser\/Parser.php":"a9d138e1c0fb77d4a54ec181ba35ee57","src\/Parser\/Precedence.php":"1612d2c801a02afe91424bfdc236efad","src\/Parser\/FunctionParametersParser.php":"8db34efeeab2db3dd25d438b93d2b25c","src\/Parser\/ExpressionListParser.php":"491a8d348f33314f52b5ff0ef0eeb734","src\/Parser\/Parselet\/BinaryOperatorParselet.php":"609c6b02805a22abe5df49e6e5cdd3ae","src\/Parser\/Parselet\/CallExpressionParselet.php":"cd036cd6028652b283515130a3785927","src\/Parser\/Parselet\/IndexExpressionParselet.php":"7e9a36aca4ea126ea6ddb464727b1255","src\/Parser\/Parselet\/WhileExpressionParselet.php":"8b2d1aa290ff37ecbf2c0c1eac498fc2","src\/Parser\/Parselet\/PrefixParselet.php":"16ad1571afb6e91d9d09e15aaf73b7d9","src\/Parser\/Parselet\/PostfixParselet.php":"51c6378bf1e4918325d9c4918fb93b0e","src\/Parser\/Parselet\/FunctionLiteralParselet.php":"de746934806e4d0c432529470086643b","src\/Parser\/Parselet\/IdentifierParselet.php":"4a7cb7971265edbf5ded1c60a913a5ef","src\/Parser\/Parselet\/IfExpressionParselet.php":"bc45a8c5aaff95041ae399c205e3e9d8","src\/Parser\/Parselet\/PostfixOperatorParselet.php":"39d42103fac07a38277f11e3fd201cc4","src\/Parser\/Parselet\/UnaryOperatorParselet.php":"7d6f4cc34e7d1a466c86aba690152557","src\/Parser\/Parselet\/ScalarParselet.php":"471a8f6068a921643a7acb9f0f35ed60","src\/Parser\/Parselet\/InfixParselet.php":"0e4a8be367105b70bcdda738ea31ff51","src\/Parser\/Parselet\/ArrayParselet.php":"0162274b00f604ba594c49cbca94414f","src\/Parser\/Parselet\/GroupedExpressionParselet.php":"ab010fbc0a8f7c13d8426c6706f881f3","src\/Repl\/Repl.php":"1a880ed35aa19209b733d0f4218d70df","tests\/ParserTest.php":"54c68e74f5dabf10b8dbade31193349b","tests\/EvaluatorTest.php":"66cd85c45c2c60b3a60107068f0403dd","tests\/Helpers.php":"32e2dcfc1dd95d72169de173de154e67","tests\/AstTest.php":"c181496be57f08452cad07517a730088","tests\/LexerTest.php":"95b2ccd392fb104aed2653fab8232e3a","tests\/ExamplesTest.php":"3c0e9a6b49ceee76b58c38501c4a7be6","\/tmp\/PHP CS Fixertemp_folder7\/tests\/EvaluatorTest.php":"66cd85c45c2c60b3a60107068f0403dd"}}