This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.php_cs.cache
1 lines (1 loc) · 10.2 KB
/
.php_cs.cache
1
{"php":"7.4.6","version":"2.16.3","indent":" ","lineEnding":"\n","rules":{"PharIo\/phpdoc_single_line_var_fixer":true,"align_multiline_comment":true,"array_indentation":true,"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"operators":{"=":"align","=>":"align"}},"blank_line_after_namespace":true,"blank_line_before_statement":{"statements":["break","continue","declare","do","for","foreach","if","include","include_once","require","require_once","return","switch","throw","try","while","yield"]},"braces":{"allow_single_line_closure":false,"position_after_anonymous_constructs":"same","position_after_control_structures":"same","position_after_functions_and_oop_constructs":"same"},"cast_spaces":{"space":"none"},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"compact_nullable_typehint":true,"concat_space":{"spacing":"one"},"date_time_immutable":true,"declare_equal_normalize":{"space":"single"},"declare_strict_types":true,"dir_constant":true,"elseif":true,"encoding":true,"full_opening_tag":true,"fully_qualified_strict_types":true,"function_declaration":{"closure_function_spacing":"one"},"indentation_type":true,"is_null":true,"line_ending":true,"list_syntax":{"syntax":"short"},"logical_operators":true,"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"lowercase_static_reference":true,"magic_constant_casing":true,"method_argument_space":{"ensure_fully_multiline":true},"modernize_types_casting":true,"multiline_comment_opening_closing":true,"multiline_whitespace_before_semicolons":true,"native_constant_invocation":true,"native_function_casing":true,"native_function_invocation":true,"no_alias_functions":true,"no_alternative_syntax":true,"no_blank_lines_after_phpdoc":true,"no_blank_lines_before_namespace":true,"no_closing_tag":true,"no_empty_comment":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_extra_blank_lines":true,"no_homoglyph_names":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"print"},"no_multiline_whitespace_around_double_arrow":true,"no_null_property_initialization":true,"no_php4_constructor":true,"no_short_bool_cast":true,"no_short_echo_tag":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_superfluous_elseif":true,"no_superfluous_phpdoc_tags":true,"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_unneeded_final_method":true,"no_unreachable_default_argument_value":true,"no_unset_on_property":true,"no_unused_imports":true,"no_useless_else":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"non_printable_character":true,"normalize_index_brace":true,"object_operator_without_whitespace":true,"ordered_class_elements":{"order":["use_trait","constant_public","constant_protected","constant_private","property_public_static","property_protected_static","property_private_static","property_public","property_protected","property_private","method_public_static","construct","destruct","magic","phpunit","method_public","method_protected","method_private","method_protected_static","method_private_static"]},"ordered_imports":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_align":true,"phpdoc_annotation_without_dot":true,"phpdoc_indent":true,"phpdoc_no_access":true,"phpdoc_no_empty_return":true,"phpdoc_no_package":true,"phpdoc_order":true,"phpdoc_return_self_reference":true,"phpdoc_scalar":true,"phpdoc_separation":true,"phpdoc_single_line_var_spacing":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":{"groups":["simple","meta"]},"phpdoc_types_order":true,"phpdoc_to_return_type":true,"phpdoc_var_without_name":true,"pow_to_exponentiation":true,"protected_to_private":true,"return_assignment":true,"return_type_declaration":{"space_before":"none"},"semicolon_after_instruction":true,"set_type_to_cast":true,"short_scalar_cast":true,"simplified_null_return":true,"single_blank_line_at_eof":true,"single_import_per_statement":true,"single_line_after_imports":true,"single_quote":true,"standardize_not_equals":true,"ternary_to_null_coalescing":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":{"elements":["const","method","property"]},"void_return":true,"whitespace_after_comma_in_array":true},"hashes":{"src\/framework\/common\/Url.php":2405376136,"src\/framework\/common\/KeyValueMapException.php":2981868355,"src\/framework\/common\/KeyValueMap.php":364490331,"src\/framework\/common\/JsonException.php":957247591,"src\/framework\/common\/Json.php":1070803929,"src\/framework\/http\/Exception.php":993976193,"src\/framework\/http\/executables\/Query.php":2180496613,"src\/framework\/http\/executables\/NotImplementedExecutable.php":3401265988,"src\/framework\/http\/executables\/NotFoundExecutable.php":4045384088,"src\/framework\/http\/executables\/MethodNotAllowedExecutable.php":3622147100,"src\/framework\/http\/executables\/Executable.php":186297335,"src\/framework\/http\/executables\/Command.php":2443134924,"src\/framework\/http\/request\/get\/HeadRequest.php":946209137,"src\/framework\/http\/request\/get\/GetRequest.php":1081379718,"src\/framework\/http\/request\/maps\/Files.php":1565207724,"src\/framework\/http\/request\/maps\/Cookies.php":2197046151,"src\/framework\/http\/request\/maps\/Headers.php":4629961,"src\/framework\/http\/request\/maps\/Parameters.php":4264588301,"src\/framework\/http\/request\/post\/UploadedFileException.php":824029153,"src\/framework\/http\/request\/post\/UploadedFile.php":670628865,"src\/framework\/http\/request\/post\/UploadPostRequest.php":1455308143,"src\/framework\/http\/request\/post\/RawPostRequest.php":4270707658,"src\/framework\/http\/request\/post\/PostRequest.php":1468136498,"src\/framework\/http\/request\/post\/JsonPostRequest.php":1913208431,"src\/framework\/http\/request\/post\/FormPostRequest.php":2858846450,"src\/framework\/http\/request\/post\/FilesException.php":76577334,"src\/framework\/http\/request\/Route.php":1832025439,"src\/framework\/http\/request\/RequestRouter.php":1147531362,"src\/framework\/http\/request\/RequestException.php":1905719141,"src\/framework\/http\/request\/PostRoute.php":2513853565,"src\/framework\/http\/request\/OutOfRoutesException.php":1677205257,"src\/framework\/http\/request\/NotFoundRoute.php":1674915177,"src\/framework\/http\/request\/InvalidRequestException.php":3056030952,"src\/framework\/http\/request\/GetRoute.php":795842969,"src\/framework\/http\/request\/GenericRequest.php":2580220730,"src\/framework\/http\/request\/AbstractRoute.php":3959541009,"src\/framework\/http\/request\/Request.php":2659546561,"src\/framework\/http\/response\/Response.php":1257812700,"src\/framework\/http\/response\/RedirectResponse.php":211409604,"src\/framework\/http\/response\/NotModifiedResponse.php":3372806887,"src\/framework\/http\/response\/NotImplementedResponse.php":3342133406,"src\/framework\/http\/response\/NotFoundResponse.php":3863433191,"src\/framework\/http\/response\/MethodNotAllowedResponse.php":3093614901,"src\/framework\/http\/response\/InternalErrorResponse.php":1536545962,"src\/framework\/http\/response\/ContentResponse.php":585540059,"src\/framework\/http\/response\/BadRequestResponse.php":2317063984,"src\/framework\/http\/result\/renderer\/ResultRenderer.php":3149643909,"src\/framework\/http\/result\/renderer\/RedirectResultRenderer.php":2657228018,"src\/framework\/http\/result\/renderer\/NotModifiedResultRenderer.php":3820156011,"src\/framework\/http\/result\/renderer\/NotImplementedResultRenderer.php":1764362220,"src\/framework\/http\/result\/renderer\/NotFoundResultRenderer.php":2561088035,"src\/framework\/http\/result\/renderer\/MethodNotAllowedResultRenderer.php":10401400,"src\/framework\/http\/result\/renderer\/InternalErrorResultRenderer.php":703228127,"src\/framework\/http\/result\/renderer\/BadRequestResultRenderer.php":1464361691,"src\/framework\/http\/result\/routes\/ResultRouter.php":1204877163,"src\/framework\/http\/result\/routes\/ResultRouteTemplate.php":2937543674,"src\/framework\/http\/result\/routes\/ResultRoute.php":2851539099,"src\/framework\/http\/result\/routes\/NotModifiedResultRoute.php":1694211838,"src\/framework\/http\/result\/routes\/NotImplementedResultRoute.php":1764082455,"src\/framework\/http\/result\/routes\/NotFoundResultRoute.php":3553982396,"src\/framework\/http\/result\/routes\/MethodNotAllowedResultRoute.php":1398128136,"src\/framework\/http\/result\/routes\/InternalServerErrorResultRoute.php":3737427231,"src\/framework\/http\/result\/routes\/BadRequestResultRoute.php":172092213,"src\/framework\/http\/result\/Result.php":3856666853,"src\/framework\/http\/result\/NotModifiedResult.php":2928282815,"src\/framework\/http\/result\/NotImplementedResult.php":3790782104,"src\/framework\/http\/result\/NotFoundResult.php":3095341513,"src\/framework\/http\/result\/MethodNotAllowedResult.php":2936299255,"src\/framework\/http\/result\/InternalServerErrorResult.php":2919376751,"src\/framework\/http\/result\/BadRequestResult.php":2766056682,"src\/framework\/http\/ETag.php":236599335,"src\/framework\/http\/ContentProvider.php":2176870808,"src\/framework\/http\/Content.php":2116051396,"src\/framework\/page\/PageResultRoute.php":175919596,"src\/framework\/page\/PageResultRenderer.php":3911883000,"src\/framework\/page\/PageResult.php":2470117487,"src\/framework\/page\/PageQuery.php":261790986,"src\/framework\/page\/PageFileLoader.php":1585860587,"src\/framework\/page\/PageException.php":2392952937,"src\/framework\/page\/Page.php":2337356906,"src\/framework\/Runner.php":3648874101,"src\/framework\/Application.php":4269432009,"src\/state\/ApplicationStateStore.php":2928482303,"src\/state\/ApplicationStateException.php":2071683615,"src\/state\/StateAwareResponse.php":2033910515,"src\/state\/ApplicationState.php":2905515307,"src\/state\/ApplicationStateService.php":3588936232,"src\/site.php":1160822184,"src\/Website.php":1130094594,"src\/Configuration.php":490983363,"src\/Environment.php":1824677946,"src\/Exception.php":2756780369,"src\/token\/SessionId.php":3811336987,"src\/token\/CSRFToken.php":445820442,"src\/token\/VisitId.php":871254687,"src\/token\/TokenGenerator.php":398443951,"src\/Factory.php":3565588166}}