-
Notifications
You must be signed in to change notification settings - Fork 12
/
.php-cs-fixer.cache
1 lines (1 loc) · 48.8 KB
/
.php-cs-fixer.cache
1
{"php":"8.0.9","version":"3.8.0:v3.8.0#cbad1115aac4b5c3c5540e7210d3c9fba2f81fa3","indent":" ","lineEnding":"\n","rules":{"align_multiline_comment":{"comment_type":"phpdocs_only"},"array_indentation":true,"array_push":true,"array_syntax":{"syntax":"short"},"assign_null_coalescing_to_coalesce_equal":true,"backtick_to_shell_exec":true,"binary_operator_spaces":{"default":"single_space","operators":{"=":"align_single_space_minimal","=>":"align_single_space_minimal","||":"align_single_space_minimal",".=":"align_single_space_minimal"}},"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_statement":{"statements":["case","continue","declare","default","do","exit","for","foreach","goto","return","switch","throw","try","while","yield","yield_from"]},"braces":{"allow_single_line_anonymous_class_with_empty_body":true,"allow_single_line_closure":true,"position_after_anonymous_constructs":"same","position_after_control_structures":"same","position_after_functions_and_oop_constructs":"next"},"cast_spaces":{"space":"single"},"class_attributes_separation":{"elements":{"const":"none","property":"none","method":"one","trait_import":"none"}},"class_definition":{"multi_line_extends_each_single_line":true,"single_item_single_line":true,"single_line":true,"space_before_parenthesis":true},"class_reference_name_casing":true,"clean_namespace":true,"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"combine_nested_dirname":true,"comment_to_phpdoc":{"ignored_tags":["todo","codeCoverageIgnore","codeCoverageIgnoreStart","codeCoverageIgnoreEnd","phpstan-ignore-line","phpstan-ignore-next-line"]},"compact_nullable_typehint":true,"concat_space":{"spacing":"one"},"constant_case":{"case":"lower"},"control_structure_continuation_position":{"position":"same_line"},"declare_equal_normalize":{"space":"none"},"declare_parentheses":true,"dir_constant":true,"echo_tag_syntax":{"format":"short","long_function":"echo","shorten_simple_statements_only":false},"elseif":true,"empty_loop_body":{"style":"braces"},"empty_loop_condition":{"style":"while"},"encoding":true,"ereg_to_preg":true,"error_suppression":{"mute_deprecation_error":true,"noise_remaining_usages":false,"noise_remaining_usages_exclude":[]},"escape_implicit_backslashes":{"double_quoted":true,"heredoc_syntax":true,"single_quoted":false},"explicit_indirect_variable":true,"explicit_string_variable":true,"final_internal_class":{"annotation_exclude":["@no-final"],"annotation_include":["@internal"],"consider_absent_docblock_as_internal_class":false},"fopen_flag_order":true,"fopen_flags":{"b_mode":true},"full_opening_tag":true,"fully_qualified_strict_types":true,"function_declaration":{"closure_function_spacing":"one"},"function_to_constant":{"functions":["get_called_class","get_class","get_class_this","php_sapi_name","phpversion","pi"]},"function_typehint_space":true,"general_phpdoc_annotation_remove":{"annotations":["author","package","subpackage"]},"general_phpdoc_tag_rename":{"case_sensitive":false,"fix_annotation":true,"fix_inline":true,"replacements":{"inheritDocs":"inheritDoc"}},"global_namespace_import":{"import_constants":false,"import_functions":false,"import_classes":true},"heredoc_indentation":{"indentation":"start_plus_one"},"heredoc_to_nowdoc":true,"implode_call":true,"include":true,"increment_style":{"style":"post"},"indentation_type":true,"integer_literal_case":true,"is_null":true,"lambda_not_used_import":true,"line_ending":true,"linebreak_after_opening_tag":true,"list_syntax":{"syntax":"short"},"logical_operators":true,"lowercase_cast":true,"lowercase_keywords":true,"lowercase_static_reference":true,"magic_constant_casing":true,"magic_method_casing":true,"method_argument_space":{"after_heredoc":false,"keep_multiple_spaces_after_comma":false,"on_multiline":"ensure_fully_multiline"},"method_chaining_indentation":true,"modernize_types_casting":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":{"strategy":"no_multi_line"},"native_function_casing":true,"native_function_type_declaration_casing":true,"new_with_braces":true,"no_alias_functions":{"sets":["@all"]},"no_alias_language_construct_call":true,"no_alternative_syntax":{"fix_non_monolithic_code":false},"no_binary_string":true,"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_break_comment":{"comment_text":"no break"},"no_closing_tag":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":{"tokens":["extra"]},"no_homoglyph_names":true,"no_leading_import_slash":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_php4_constructor":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":{"positions":["inside","outside"]},"no_spaces_inside_parenthesis":true,"no_superfluous_elseif":true,"no_superfluous_phpdoc_tags":{"allow_mixed":true,"allow_unused_params":true,"remove_inheritdoc":false},"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"no_trailing_whitespace_in_string":true,"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","return","switch_case","yield"]},"no_unneeded_curly_braces":{"namespaces":true},"no_unneeded_final_method":{"private_methods":true},"no_unneeded_import_alias":true,"no_unreachable_default_argument_value":true,"no_unset_cast":true,"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"no_useless_sprintf":true,"no_whitespace_before_comma_in_array":{"after_heredoc":true},"no_whitespace_in_blank_line":true,"non_printable_character":{"use_escape_sequences_in_strings":true},"normalize_index_brace":true,"not_operator_with_successor_space":true,"nullable_type_declaration_for_default_null_value":{"use_nullable_type_declaration":true},"object_operator_without_whitespace":true,"operator_linebreak":{"only_booleans":true,"position":"beginning"},"ordered_class_elements":{"order":["use_trait","constant","property","method"],"sort_algorithm":"none"},"ordered_imports":{"sort_algorithm":"alpha","imports_order":["class","function","const"]},"php_unit_construct":{"assertions":["assertSame","assertEquals","assertNotEquals","assertNotSame"]},"php_unit_dedicate_assert":{"target":"newest"},"php_unit_dedicate_assert_internal_type":{"target":"newest"},"php_unit_expectation":{"target":"newest"},"php_unit_fqcn_annotation":true,"php_unit_internal_class":{"types":["normal","final"]},"php_unit_method_casing":{"case":"camel_case"},"php_unit_mock":{"target":"newest"},"php_unit_mock_short_will_return":true,"php_unit_namespaced":{"target":"newest"},"php_unit_no_expectation_annotation":{"target":"newest","use_class_const":true},"php_unit_set_up_tear_down_visibility":true,"php_unit_strict":{"assertions":["assertAttributeEquals","assertAttributeNotEquals","assertEquals","assertNotEquals"]},"php_unit_test_annotation":{"style":"prefix"},"php_unit_test_case_static_method_calls":{"call_type":"this","methods":[]},"phpdoc_add_missing_param_annotation":{"only_untyped":true},"phpdoc_align":{"align":"vertical","tags":["method","param","property","return","throws","type","var"]},"phpdoc_indent":true,"phpdoc_inline_tag_normalizer":{"tags":["example","id","internal","inheritdoc","inheritdocs","link","source","toc","tutorial"]},"phpdoc_line_span":{"const":"multi","method":"multi","property":"multi"},"phpdoc_no_access":true,"phpdoc_no_alias_tag":{"replacements":{"property-read":"property","property-write":"property","type":"var","link":"see"}},"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":true,"phpdoc_order_by_value":{"annotations":["author","covers","coversNothing","dataProvider","depends","group","internal","method","property","property-read","property-write","requires","throws","uses"]},"phpdoc_return_self_reference":{"replacements":{"this":"$this","@this":"$this","$self":"self","@self":"self","$static":"static","@static":"static"}},"phpdoc_scalar":{"types":["boolean","callback","double","integer","real","str"]},"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_tag_casing":{"tags":["inheritDoc"]},"phpdoc_tag_type":{"tags":{"inheritDoc":"inline"}},"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":{"groups":["simple","alias","meta"]},"phpdoc_types_order":{"null_adjustment":"always_last","sort_algorithm":"alpha"},"phpdoc_var_annotation_correct_order":true,"phpdoc_var_without_name":true,"pow_to_exponentiation":true,"protected_to_private":true,"psr_autoloading":{"dir":null},"random_api_migration":{"replacements":{"getrandmax":"mt_getrandmax","rand":"mt_rand","srand":"mt_srand"}},"regular_callable_call":true,"return_assignment":true,"return_type_declaration":{"space_before":"none"},"self_static_accessor":true,"set_type_to_cast":true,"short_scalar_cast":true,"simple_to_complex_string_variable":true,"simplified_if_return":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":{"elements":["const","property"]},"single_import_per_statement":true,"single_line_after_imports":true,"single_line_comment_style":{"comment_types":["asterisk","hash"]},"single_quote":{"strings_containing_single_quote_chars":false},"single_space_after_construct":{"constructs":["abstract","as","attribute","break","case","catch","class","clone","comment","const","const_import","continue","do","echo","else","elseif","extends","final","finally","for","foreach","function","function_import","global","goto","if","implements","include","include_once","instanceof","insteadof","interface","match","named_argument","new","open_tag_with_echo","php_doc","php_open","print","private","protected","public","require","require_once","return","static","throw","trait","try","use","use_lambda","use_trait","var","while","yield","yield_from"]},"single_trait_insert_per_statement":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"static_lambda":true,"strict_comparison":true,"strict_param":true,"string_length_to_empty":true,"string_line_ending":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"switch_continue_to_break":true,"ternary_operator_spaces":true,"ternary_to_elvis_operator":true,"ternary_to_null_coalescing":true,"trailing_comma_in_multiline":{"after_heredoc":true,"elements":["arrays"]},"trim_array_spaces":true,"types_spaces":{"space":"none"},"unary_operator_spaces":true,"use_arrow_functions":true,"visibility_required":{"elements":["const","method","property"]},"whitespace_after_comma_in_array":true,"yoda_style":{"equal":false,"identical":null,"less_and_greater":false,"always_move_variable":false}},"hashes":{"app\\Common.php":4174158501,"app\\Config\\App.php":3040016053,"app\\Config\\Auth.php":1044344897,"app\\Config\\Autoload.php":2378310105,"app\\Config\\Boot\\development.php":1785817776,"app\\Config\\Boot\\production.php":4011738783,"app\\Config\\Boot\\testing.php":255088391,"app\\Config\\Cache.php":1789261634,"app\\Config\\Constants.php":524693636,"app\\Config\\ContentSecurityPolicy.php":609871952,"app\\Config\\Cookie.php":2860856003,"app\\Config\\Database.php":3350267795,"app\\Config\\DocTypes.php":3315317752,"app\\Config\\Email.php":2168244431,"app\\Config\\Encryption.php":1143959953,"app\\Config\\Events.php":4040953087,"app\\Config\\Exceptions.php":1434047085,"app\\Config\\Filters.php":2589733661,"app\\Config\\ForeignCharacters.php":3088118698,"app\\Config\\Format.php":2862060192,"app\\Config\\Generators.php":4213506590,"app\\Config\\Honeypot.php":1435297168,"app\\Config\\Images.php":3241959810,"app\\Config\\Kint.php":2182826767,"app\\Config\\Logger.php":1199785472,"app\\Config\\Migrations.php":2399415162,"app\\Config\\Mimes.php":1128635619,"app\\Config\\Modules.php":4140931518,"app\\Config\\Pager.php":635651253,"app\\Config\\Paths.php":2161591728,"app\\Config\\Routes.php":1800909444,"app\\Config\\Security.php":3112260766,"app\\Config\\Services.php":1876446501,"app\\Config\\Toolbar.php":3148345506,"app\\Config\\UserAgents.php":1510509064,"app\\Config\\Validation.php":3918224923,"app\\Config\\View.php":29168070,"app\\Controllers\\AuthController.php":843791631,"app\\Controllers\\BaseController.php":394969432,"app\\Controllers\\Category.php":3722059770,"app\\Controllers\\GeneralTransaction.php":2305546439,"app\\Controllers\\Home.php":2003215858,"app\\Controllers\\Item.php":3066487212,"app\\Controllers\\Marketing.php":770987760,"app\\Controllers\\Member.php":3606905813,"app\\Controllers\\Report.php":737593700,"app\\Controllers\\Supplier.php":3516740726,"app\\Controllers\\Transaction.php":2362697653,"app\\Controllers\\User.php":427752378,"app\\Database\\Migrations\\2017-11-20-223112_create_auth_tables.php":1400875904,"app\\Database\\Migrations\\2021-06-14-053853_CreateRequiredDatabaseTable.php":3223240372,"app\\Database\\Seeds\\AddGroupUser.php":3616843783,"app\\Database\\Seeds\\AddUserSuperAdmin.php":3068507305,"app\\Database\\Seeds\\DataSeeder.php":1157308167,"app\\Entities\\User.php":1101079987,"app\\Filters\\LoginFilter.php":4039101972,"app\\Filters\\PermissionFilter.php":2790698035,"app\\Filters\\RoleFilter.php":1511658595,"app\\Helpers\\rupiah_helper.php":2125216654,"app\\Language\\en\\Auth.php":4017572955,"app\\Language\\en\\Validation.php":2434418141,"app\\Models\\GroupUserModel.php":3493708196,"app\\Models\\InvoiceSettingModel.php":1292622845,"app\\Models\\ItemCategoryModel.php":264522610,"app\\Models\\ItemModel.php":3843943693,"app\\Models\\LoginModel.php":2503654903,"app\\Models\\MemberModel.php":3556267578,"app\\Models\\OrderDetailModel.php":2000790885,"app\\Models\\OrderModel.php":2520445458,"app\\Models\\PphModel.php":3347476989,"app\\Models\\RequestOrderModel.php":2712866241,"app\\Models\\SaleDetailModel.php":4291888708,"app\\Models\\SaleModel.php":2502463803,"app\\Models\\SupplierModel.php":1924220841,"app\\Models\\UserModel.php":4099688774,"app\\ThirdParty\\php-sql-parser\\examples\\example.php":1242358054,"app\\ThirdParty\\php-sql-parser\\examples\\OracleSQLTranslator.php":4040442026,"app\\ThirdParty\\php-sql-parser\\libs\\codesniffer\\PhOSCo\\Sniffs\\Classes\\ClassDeclarationSniff.php":1848741474,"app\\ThirdParty\\php-sql-parser\\libs\\codesniffer\\PhOSCo\\Sniffs\\Commenting\\ClassCommentSniff.php":4258180910,"app\\ThirdParty\\php-sql-parser\\libs\\codesniffer\\PhOSCo\\Sniffs\\Commenting\\FileCommentSniff.php":2965444345,"app\\ThirdParty\\php-sql-parser\\libs\\codesniffer\\PhOSCo\\Sniffs\\ControlStructures\\MultiLineConditionSniff.php":80793730,"app\\ThirdParty\\php-sql-parser\\libs\\codesniffer\\PhOSCo\\Sniffs\\Functions\\FunctionDeclarationSniff.php":40262486,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\AliasBuilder.php":3723386194,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\AliasReferenceBuilder.php":1633177773,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\AlterBuilder.php":1750647188,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\AlterStatementBuilder.php":3473127936,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\BracketStatementBuilder.php":2471104792,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\Builder.php":4275041494,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CharacterSetBuilder.php":2005135947,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CheckBuilder.php":2077632982,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CollationBuilder.php":3592882788,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ColumnDefinitionBuilder.php":2055189602,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ColumnListBuilder.php":1465899647,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ColumnReferenceBuilder.php":2976473378,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ColumnTypeBracketExpressionBuilder.php":1497703964,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ColumnTypeBuilder.php":497153807,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ConstantBuilder.php":1456661143,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ConstraintBuilder.php":497381698,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateBuilder.php":193757865,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateIndexBuilder.php":3195559047,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateIndexOptionsBuilder.php":2529282521,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateIndexTableBuilder.php":841443411,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateIndexTypeBuilder.php":4186096720,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateStatementBuilder.php":1078394937,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateTableBuilder.php":489934358,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateTableDefinitionBuilder.php":4252942374,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateTableOptionsBuilder.php":3611153792,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\CreateTableSelectOptionBuilder.php":2061525454,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DatabaseBuilder.php":3791468703,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DataTypeBuilder.php":3592431259,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DefaultValueBuilder.php":2984137324,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DeleteBuilder.php":2575322757,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DeleteStatementBuilder.php":121511868,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DirectionBuilder.php":3825469396,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DropBuilder.php":134924433,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DropExpressionBuilder.php":2726515157,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DropIndexBuilder.php":432452974,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DropIndexTableBuilder.php":3789938680,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\DropStatementBuilder.php":1361858393,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\EngineBuilder.php":4195047614,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ForeignKeyBuilder.php":2830782791,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ForeignRefBuilder.php":3947548362,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\FromBuilder.php":953481035,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\FunctionBuilder.php":2351273471,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\GroupByAliasBuilder.php":4229813048,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\GroupByBuilder.php":2591899583,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\GroupByExpressionBuilder.php":429764370,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\HavingBracketExpressionBuilder.php":3070152348,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\HavingBuilder.php":2842053406,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\HavingExpressionBuilder.php":4111602065,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexAlgorithmBuilder.php":826292579,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexColumnBuilder.php":3875534047,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexCommentBuilder.php":4046099558,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexHintListBuilder.php":421737752,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexKeyBuilder.php":1670114998,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexLockBuilder.php":2010715446,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexParserBuilder.php":194742545,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexSizeBuilder.php":1610372492,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\IndexTypeBuilder.php":3627345887,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\InListBuilder.php":1281491928,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\InsertBuilder.php":4031305850,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\InsertColumnListBuilder.php":4126037650,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\InsertStatementBuilder.php":4203205315,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\JoinBuilder.php":3048240761,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\LikeBuilder.php":1608330763,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\LikeExpressionBuilder.php":2893692211,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\LimitBuilder.php":4216385464,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OperatorBuilder.php":718095189,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByAliasBuilder.php":3070796875,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByBracketExpressionBuilder.php":1166882095,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByBuilder.php":1974893725,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByColumnReferenceBuilder.php":2014789336,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByExpressionBuilder.php":639302945,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByFunctionBuilder.php":553424747,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByPositionBuilder.php":3194003905,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\OrderByReservedBuilder.php":114266095,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\PositionBuilder.php":1271235932,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\PrimaryKeyBuilder.php":326057560,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ProcedureBuilder.php":3311067374,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\QueryBuilder.php":2142858099,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\RecordBuilder.php":58683086,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\RefClauseBuilder.php":3216344964,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\RefTypeBuilder.php":908215482,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\RenameStatementBuilder.php":855572602,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ReplaceBuilder.php":4130659585,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ReplaceColumnListBuilder.php":390718396,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ReplaceStatementBuilder.php":2632301210,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ReservedBuilder.php":351922374,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SchemaBuilder.php":3607852487,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SelectBracketExpressionBuilder.php":2296392590,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SelectBuilder.php":3051327876,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SelectExpressionBuilder.php":1655617285,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SelectStatementBuilder.php":778920545,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SetBuilder.php":3160490702,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SetExpressionBuilder.php":1950047416,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ShowBuilder.php":1648432346,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ShowStatementBuilder.php":1948906707,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SignBuilder.php":1261670217,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SubQueryBuilder.php":1682995833,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\SubTreeBuilder.php":2135994311,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TableBracketExpressionBuilder.php":2891186354,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TableBuilder.php":1702165059,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TableExpressionBuilder.php":208246319,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TempTableBuilder.php":3958652657,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TruncateBuilder.php":778157825,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\TruncateStatementBuilder.php":3612836016,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\UnionAllStatementBuilder.php":2615746532,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\UnionStatementBuilder.php":4166974764,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\UpdateBuilder.php":2547241511,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\UpdateStatementBuilder.php":2659298327,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\UserVariableBuilder.php":71270429,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ValuesBuilder.php":3176034407,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\ViewBuilder.php":3762805314,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\WhereBracketExpressionBuilder.php":3369921093,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\WhereBuilder.php":183633754,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\builders\\WhereExpressionBuilder.php":3528048840,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\exceptions\\InvalidParameterException.php":1277999728,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\exceptions\\UnableToCalculatePositionException.php":945383344,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\exceptions\\UnableToCreateSQLException.php":4235107811,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\exceptions\\UnsupportedFeatureException.php":109491838,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\lexer\\LexerSplitter.php":2820051375,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\lexer\\PHPSQLLexer.php":4131385189,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\Options.php":1643172978,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\PHPSQLCreator.php":479192277,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\PHPSQLParser.php":1259723544,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\positions\\PositionCalculator.php":2916874709,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\AbstractProcessor.php":1759808599,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\BracketProcessor.php":2310341536,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ColumnDefinitionProcessor.php":1195192221,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ColumnListProcessor.php":586372423,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\CreateDefinitionProcessor.php":1617405368,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\CreateProcessor.php":2612065015,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DefaultProcessor.php":2583343123,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DeleteProcessor.php":1979330138,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DescProcessor.php":3817284826,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DescribeProcessor.php":342268770,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DropProcessor.php":14464693,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\DuplicateProcessor.php":1193058431,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ExplainProcessor.php":2006026029,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ExpressionListProcessor.php":2747942798,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\FromProcessor.php":1440042568,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\GroupByProcessor.php":3366664922,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\HavingProcessor.php":1939077046,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\IndexColumnListProcessor.php":1582463277,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\IndexProcessor.php":3097642705,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\InsertProcessor.php":1974870623,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\IntoProcessor.php":3194852880,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\LimitProcessor.php":4182906795,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\OptionsProcessor.php":4167901531,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\OrderByProcessor.php":465700728,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\PartitionDefinitionProcessor.php":679660131,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\PartitionOptionsProcessor.php":2636364333,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\RecordProcessor.php":3490962560,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ReferenceDefinitionProcessor.php":2175142041,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\RenameProcessor.php":1121340765,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ReplaceProcessor.php":3120721746,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SelectExpressionProcessor.php":2319692745,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SelectProcessor.php":3328703642,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SetProcessor.php":1019281861,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ShowProcessor.php":1515326016,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SQLChunkProcessor.php":1458204334,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SQLProcessor.php":3928883305,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\SubpartitionDefinitionProcessor.php":1003658332,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\TableProcessor.php":3920387378,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\UnionProcessor.php":20182748,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\UpdateProcessor.php":4142212414,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\UsingProcessor.php":1573093824,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\ValuesProcessor.php":2678220713,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\WhereProcessor.php":1727165318,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\processors\\WithProcessor.php":286521354,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\utils\\ExpressionToken.php":3985963278,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\utils\\ExpressionType.php":1385266304,"app\\ThirdParty\\php-sql-parser\\src\\PHPSQLParser\\utils\\PHPSQLParserConstants.php":942454835,"app\\ThirdParty\\php-sql-parser\\tests\\bootstrap.php":1551652692,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\AbstractTestCase.php":2663951267,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\AlterTest.php":3814963600,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\ascTest.php":156239109,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\count_distinctTest.php":3175156304,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\deleteTest.php":1015981769,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\functionTest.php":73174195,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\inlistTest.php":3061073382,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\insertTest.php":2413346216,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue100Test.php":1168246402,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue101Test.php":3974471983,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue102Test.php":3024419518,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue104Test.php":2868334323,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue105Test.php":3865073677,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue106Test.php":256860750,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue110Test.php":3198112723,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue112Test.php":1763191672,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue117Test.php":435787408,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue118Test.php":3078124992,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue121Test.php":671686937,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue123Test.php":3428876415,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue124Test.php":1307835991,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue126Test.php":4284920528,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue127Test.php":1241442495,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue129Test.php":1345794932,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue130Test.php":676558462,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue131Test.php":3491361289,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue132Test.php":2843667077,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue134Test.php":1149519609,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue141Test.php":471695158,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue144Test.php":1160731461,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue147Test.php":441096674,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue22Test.php":1973143678,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue242Test.php":3795464222,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue248Test.php":3893615558,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue252Test.php":3471845320,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue254Test.php":990747767,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue256Test.php":3704681526,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue265Test.php":811016495,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue268Test.php":3061155147,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue312Test.php":4072889251,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue316Test.php":33101845,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue33Test.php":1992498518,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue342Test.php":141052147,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue57Test.php":4039240523,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue58Test.php":2117189378,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue62Test.php":2867562954,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue63Test.php":2764005584,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue66Test.php":2617046199,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue76Test.php":1579183093,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue78Test.php":2270013584,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue79Test.php":3117052556,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue81Test.php":3811023259,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue83Test.php":747485599,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue85Test.php":2634432080,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue86Test.php":2619376831,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue87Test.php":3375111423,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue88Test.php":2175866689,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue89Test.php":1179142094,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue92Test.php":225942668,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue94Test.php":1297607694,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue98Test.php":3986511514,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue_git10Test.php":3276805944,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue_git181Test.php":3849636070,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\issue_git185Test.php":3220810977,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\joinTest.php":3728044309,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\leftTest.php":866685584,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\magnusTest.php":182544433,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\orderByPositionTest.php":3149766957,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\tableexprTest.php":3439106341,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\unaryMinusTest.php":628969596,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\unionTest.php":1350694893,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\updateTest.php":562912722,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\creator\\whereTest.php":2684658224,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\aliasesTest.php":3097624476,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\allcolumnsTest.php":1312400021,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\backtickTest.php":4172686896,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\commentsTest.php":269353850,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\customfunctionTest.php":2102913000,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\deleteTest.php":2608905771,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\dropTest.php":607321684,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\fromTest.php":495080629,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\gregoryTest.php":613888706,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\gtltopTest.php":4148129689,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\inlistTest.php":565961119,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\insertTest.php":2416594950,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue102Test.php":1082436428,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue107Test.php":2613361628,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue108Test.php":1315829516,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue117Test.php":3453665994,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue11Test.php":917314443,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue120Test.php":2867465204,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue122Test.php":1229502741,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue125Test.php":2240837255,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue12Test.php":642395722,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue131Test.php":3355574181,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue133Test.php":2479108209,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue135Test.php":1855469732,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue136Test.php":2105993069,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue137Test.php":1799327025,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue138Test.php":1973739023,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue139Test.php":2950857613,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue148Test.php":97968370,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue149Test.php":3972326231,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue15Test.php":4009889917,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue219.php":3245537446,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue21Test.php":2430643016,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue233Test.php":4091603994,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue248Test.php":3541910781,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue25Test.php":3228471711,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue261Test.php":728588015,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue277Test.php":2606411313,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue299Test.php":2619545763,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue30Test.php":3450341500,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue31Test.php":166943705,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue322Test.php":748023902,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue32Test.php":1687714112,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue33Test.php":2388801654,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue34Test.php":2951591073,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue36Test.php":1451302993,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue37Test.php":2930256947,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue38Test.php":1147239235,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue39Test.php":3418830956,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue40Test.php":4253336456,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue41Test.php":303254141,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue42Test.php":1966426481,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue43Test.php":3627643908,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue44Test.php":953038226,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue45Test.php":864869966,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue46Test.php":848032520,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue50Test.php":377067960,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue51Test.php":3737615421,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue52Test.php":738001931,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue53Test.php":161486169,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue54Test.php":108837690,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue55Test.php":2090932914,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue56Test.php":3785812511,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue60Test.php":3784604592,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue61Test.php":1561054889,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue62Test.php":3327703845,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue65Test.php":3714174780,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue67Test.php":2484204870,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue68Test.php":3028665233,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue69Test.php":99314886,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue70Test.php":583445006,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue71Test.php":3855749431,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue72Test.php":1611745914,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue74Test.php":1519110165,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue78Test.php":149902160,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue79Test.php":556116512,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue80Test.php":3379693152,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue82Test.php":61528773,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue84Test.php":1329888506,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue87Test.php":1551069935,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue90Test.php":3537562977,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue91Test.php":747145548,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue93Test.php":554862989,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue94Test.php":486210514,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue95Test.php":1109028842,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue97Test.php":1373411727,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue98Test.php":3195431944,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue_git11Test.php":2641980347,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue_git183Test.php":1236689133,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\issue_git24Test.php":2976508874,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\leftTest.php":249281390,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\manualTest.php":755848912,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\mixedQuotesTest.php":681422788,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\nestedTest.php":3372129943,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\positionsTest.php":1417002882,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\selectTest.php":3375231940,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\showTest.php":522747765,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\subselectTest.php":166330141,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\tableoptionsTest.php":2986654411,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\unionTest.php":3987785681,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\unionWithParenthesisTest.php":3057821424,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\updateTest.php":1910598880,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\variablesTest.php":2580853156,"app\\ThirdParty\\php-sql-parser\\tests\\cases\\parser\\zeroTest.php":1740576059,"app\\ThirdParty\\php-sql-parser\\tests\\phpunit.php":3973519639,"app\\Views\\Admin\\master\\layout.php":2230247676,"app\\Views\\Admin\\master\\_footer.php":3445075648,"app\\Views\\Admin\\master\\_header.php":1477867722,"app\\Views\\Admin\\master\\_navbar.php":1068531735,"app\\Views\\Admin\\master\\_sidebar.php":1283481471,"app\\Views\\Admin\\page\\categories.php":2674807715,"app\\Views\\Admin\\page\\create_orders.php":2898376101,"app\\Views\\Admin\\page\\index.php":3378419116,"app\\Views\\Admin\\page\\invoice_barang_keluar.php":2561252044,"app\\Views\\Admin\\page\\invoice_barang_masuk.php":971589659,"app\\Views\\Admin\\page\\invoice_order.php":272843114,"app\\Views\\Admin\\page\\invoice_payment.php":1154494087,"app\\Views\\Admin\\page\\invoice_transaction.php":2325675085,"app\\Views\\Admin\\page\\items.php":4036592252,"app\\Views\\Admin\\page\\list_request_order.php":1772430928,"app\\Views\\Admin\\page\\marketing-items.php":314160379,"app\\Views\\Admin\\page\\marketing_list_order.php":123816713,"app\\Views\\Admin\\page\\marketing_list_orders.php":1851280759,"app\\Views\\Admin\\page\\marketing_order.php":149100125,"app\\Views\\Admin\\page\\members.php":177186268,"app\\Views\\Admin\\page\\pengaturan.php":1138936011,"app\\Views\\Admin\\page\\report-general.php":611132678,"app\\Views\\Admin\\page\\report-items.php":3877170392,"app\\Views\\Admin\\page\\report.php":915548006,"app\\Views\\Admin\\page\\report_payment.php":3939845271,"app\\Views\\Admin\\page\\search-general.php":3793313073,"app\\Views\\Admin\\page\\search.php":1703260454,"app\\Views\\Admin\\page\\setting.php":4185444588,"app\\Views\\Admin\\page\\suppliers.php":2432593338,"app\\Views\\Admin\\page\\supplier_order.php":3689371949,"app\\Views\\Admin\\page\\transaction-general.php":3069965590,"app\\Views\\Admin\\page\\transaction.php":25330320,"app\\Views\\Admin\\page\\users.php":4279609270,"app\\Views\\Auth\\emails\\activation.php":2322005775,"app\\Views\\Auth\\emails\\forgot.php":397554357,"app\\Views\\Auth\\forgot.php":769995536,"app\\Views\\Auth\\layout.php":337094952,"app\\Views\\Auth\\login.php":2877521460,"app\\Views\\Auth\\register.php":1598580404,"app\\Views\\Auth\\reset.php":2925963551,"app\\Views\\Auth\\_message_block.php":2500875718,"app\\Views\\errors\\cli\\error_404.php":1548178658,"app\\Views\\errors\\cli\\error_exception.php":4081143111,"app\\Views\\errors\\cli\\production.php":3911731282,"app\\Views\\errors\\html\\error_404.php":3516962061,"app\\Views\\errors\\html\\error_exception.php":2652720119,"app\\Views\\errors\\html\\production.php":2158788671,"public\\index.php":4273997042,"tests\\database\\ExampleDatabaseTest.php":3406961484,"tests\\session\\ExampleSessionTest.php":1584286099,"tests\\unit\\HealthTest.php":1032038636,"tests\\_support\\Database\\Migrations\\2020-02-22-222222_example_migration.php":2920649836,"tests\\_support\\Database\\Seeds\\ExampleSeeder.php":715711083,"tests\\_support\\DatabaseTestCase.php":285794016,"tests\\_support\\Libraries\\ConfigReader.php":833830672,"tests\\_support\\Models\\ExampleModel.php":1602627200,"tests\\_support\\SessionTestCase.php":1979700024,"app\\Views\\Admin\\page\\_items_modal_posisi.php":1668805515,"app\\Views\\Admin\\page\\_items_modal_update.php":919625043}}