{"php":"8.4.11","version":"3.89.1:v3.89.1#f34967da2866ace090a2b447de1f357356474573","indent":" ","lineEnding":"\n","rules":{"blank_line_before_statement":{"statements":["break","case","continue","declare","default","exit","goto","include","include_once","phpdoc","require","require_once","return","switch","throw","try","yield","yield_from"]},"combine_consecutive_issets":true,"combine_consecutive_unsets":true,"empty_loop_body":true,"explicit_indirect_variable":true,"explicit_string_variable":true,"fully_qualified_strict_types":{"import_symbols":true},"heredoc_to_nowdoc":true,"method_argument_space":{"after_heredoc":true,"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_extra_blank_lines":{"tokens":["attribute","break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","return","square_brace_block","switch","throw","use"]},"no_superfluous_elseif":true,"no_superfluous_phpdoc_tags":{"allow_hidden_params":true,"allow_mixed":true,"remove_inheritdoc":true},"no_unneeded_control_parentheses":{"statements":["break","clone","continue","echo_print","negative_instanceof","others","return","switch_case","yield","yield_from"]},"no_useless_else":true,"no_useless_return":true,"operator_linebreak":true,"ordered_class_elements":true,"ordered_types":{"null_adjustment":"always_last"},"php_unit_data_provider_method_order":true,"php_unit_internal_class":true,"php_unit_test_class_requires_covers":true,"phpdoc_add_missing_param_annotation":true,"phpdoc_no_empty_return":true,"phpdoc_order_by_value":true,"phpdoc_types_order":true,"protected_to_private":true,"return_assignment":true,"self_static_accessor":true,"single_line_comment_style":true,"single_line_empty_body":true,"string_implicit_backslashes":true,"trailing_comma_in_multiline":{"after_heredoc":true,"elements":["array_destructuring","arrays"]},"whitespace_after_comma_in_array":{"ensure_single_space":true},"nullable_type_declaration":true,"single_class_element_per_statement":true,"types_spaces":true,"array_indentation":true,"array_syntax":true,"cast_spaces":true,"concat_space":true,"function_declaration":{"closure_fn_spacing":"one"},"new_with_parentheses":{"anonymous_class":false},"single_space_around_construct":true,"binary_operator_spaces":true,"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_anonymous_functions":true,"allow_single_line_empty_anonymous_classes":true},"class_definition":{"single_line":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"modifier_keywords":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":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_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":{"stick_comment_to_next_continuous_control_statement":true},"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"align_multiline_comment":true,"backtick_to_shell_exec":true,"class_attributes_separation":{"elements":{"method":"one"}},"class_reference_name_casing":true,"clean_namespace":true,"declare_parentheses":true,"echo_tag_syntax":true,"empty_loop_condition":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,"native_function_casing":true,"native_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":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_trailing_comma_in_singleline":true,"no_unneeded_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":{"after_heredoc":true},"normalize_index_brace":true,"nullable_type_declaration_for_default_null_value":true,"object_operator_without_whitespace":true,"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":{"replacements":{"const":"var","link":"see","property-read":"property","property-write":"property","type":"var"}},"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":{"order":["param","return","throws"]},"phpdoc_return_self_reference":true,"phpdoc_scalar":{"types":["boolean","callback","double","integer","never-return","never-returns","no-return","real","str"]},"phpdoc_separation":{"groups":[["Annotation","NamedArgumentConstructor","Target"],["author","copyright","license"],["category","package","subpackage"],["property","property-read","property-write"],["deprecated","link","see","since"]],"skip_unlisted_annotations":false},"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_tag_type":{"tags":{"inheritDoc":"inline"}},"phpdoc_to_comment":{"allow_before_return_statement":false},"phpdoc_trim":true,"phpdoc_trim_consecutive_blank_line_separation":true,"phpdoc_types":true,"phpdoc_var_annotation_correct_order":true,"phpdoc_var_without_name":true,"semicolon_after_instruction":true,"simple_to_complex_string_variable":true,"single_line_comment_spacing":true,"single_quote":true,"space_after_semicolon":{"remove_in_empty_for_expressions":true},"standardize_increment":true,"standardize_not_equals":true,"switch_continue_to_break":true,"trim_array_spaces":true,"type_declaration_spaces":{"elements":["function","property"]},"yoda_style":true},"hashes":{"stdin.php":"f4a43e208027180f000923255cdabc45","config\/environments\/production.php":"4058867b5ca0192e9a27dee9e8dd9994","config\/environments\/staging.php":"fde963da979661a0903d779b8c07f559","config\/environments\/development.php":"db6b5b096438a9d4f0662420ea4b5135","config\/application.php":"0d2c3eacc734256b0913f6872b8664d8","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/TraitementInformations.php":"b2635e83b36d41faa1ee7d14b316771f","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/Taxonomies.php":"b668fe0fa187c193ed59f01ace62fcf3","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/FonctionnalitesWooCommerce.php":"9ae4dbe5fefd2777434e3b889b8dd691","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/Fonctionnalites.php":"e227ff57a57520864208633b81955dad","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/ChampsPersonnalises.php":"a8f4cae4d15aa0d3a93f5d643f2edfd1","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/HTML.php":"8638d37b6590badd488dd0efd4cc5ee0","web\/app\/themes\/haiku-atelier-2024\/src\/inc\/ControlesPersonnalises.php":"1b559b86814b0a94fc4d765797485125","web\/app\/themes\/haiku-atelier-2024\/src\/StarterSite.php":"3b57f928effaee9d307bccaa097c8529","web\/app\/themes\/haiku-atelier-2024\/woocommerce\/emails\/customer-processing-order.php":"949cc246cc85f788dfcd282466630c24","web\/app\/themes\/haiku-atelier-2024\/woocommerce\/emails\/customer-invoice.php":"34cb4869b7cd859c0c3b2ea33fd3f5e4","web\/app\/themes\/haiku-atelier-2024\/woocommerce\/emails\/customer-completed-order.php":"3f56514a9fbe453b3d94348042f5519f","web\/app\/themes\/haiku-atelier-2024\/404.php":"871655d532d723809911443009edf39e","web\/app\/themes\/haiku-atelier-2024\/front-page.php":"f4a43e208027180f000923255cdabc45","web\/app\/themes\/haiku-atelier-2024\/archive-product.php":"65d0139f0dd09fe6bd8939331fff194f","web\/app\/themes\/haiku-atelier-2024\/index.php":"4d2a55cac16f9d43382eaaacf3798c5d","web\/app\/themes\/haiku-atelier-2024\/page-contact.php":"6e4d3083e56a3d54b56f7676228af4a2","web\/app\/themes\/haiku-atelier-2024\/page-successful-order.php":"17ef0589ad4f94786631a7cb78e613f3","web\/app\/themes\/haiku-atelier-2024\/page-terms-and-conditions.php":"e71dea18834e37533a61a0c4aae95349","web\/app\/themes\/haiku-atelier-2024\/page-failed-order.php":"77335baeee18b2d2b7c116b5cb9f28fe","web\/app\/themes\/haiku-atelier-2024\/taxonomy-product_cat.php":"94d449b5589ab739ed9b3ffeb24e4638","web\/app\/themes\/haiku-atelier-2024\/page-about.php":"a8ccd4d841c6abb312276ef6122f38c6","web\/app\/themes\/haiku-atelier-2024\/functions.php":"0bf63b08fb4252dd40788e0d0cf0bfe3","web\/app\/themes\/haiku-atelier-2024\/single-product.php":"679be14722632df6516543768bcba6f2","web\/app\/themes\/haiku-atelier-2024\/page-cart.php":"46c23a0a9533bc3e9a93e6cb4cfe0199","web\/app\/themes\/haiku-atelier-2024\/page-checkout.php":"6a97d8de68891d67003e974db16f7491","web\/app\/themes\/twentytwentyfour\/functions.php":"e6c06c14c3003c7d10aed299c693b816","web\/app\/themes\/twentytwentyfour\/patterns\/banner-hero.php":"f3b2a422d341d6fd6867a071b7feff06","web\/app\/themes\/twentytwentyfour\/patterns\/banner-project-description.php":"57f7a6f730697de2e70f23a40afffff4","web\/app\/themes\/twentytwentyfour\/patterns\/cta-content-image-on-right.php":"d95a6435ffa638cc02786c88d46b76f4","web\/app\/themes\/twentytwentyfour\/patterns\/cta-pricing.php":"18de4c30017d346fdd158393d459df7b","web\/app\/themes\/twentytwentyfour\/patterns\/cta-rsvp.php":"309799ad88c6a81e40183b87c385fdeb","web\/app\/themes\/twentytwentyfour\/patterns\/cta-services-image-left.php":"c6f087c6b732681a9c36e30eca23168e","web\/app\/themes\/twentytwentyfour\/patterns\/cta-subscribe-centered.php":"a9874964ed6a8c35c86dca2b98a088da","web\/app\/themes\/twentytwentyfour\/patterns\/footer-centered-logo-nav.php":"2bb4d0903ceac7e6be619096d97a1a57","web\/app\/themes\/twentytwentyfour\/patterns\/footer-colophon-3-col.php":"39fa3d7727e6693fc279ee084610eee3","web\/app\/themes\/twentytwentyfour\/patterns\/footer.php":"dad75c56bc0371c3597d4560afd40be2","web\/app\/themes\/twentytwentyfour\/patterns\/gallery-full-screen-image.php":"136b0938b2ef83419d91a85adc0fa3cd","web\/app\/themes\/twentytwentyfour\/patterns\/gallery-offset-images-grid-2-col.php":"773e9c184b462f0d5c438b4cd237a8eb","web\/app\/themes\/twentytwentyfour\/patterns\/gallery-offset-images-grid-3-col.php":"f1a936ce1dd809a5c837e576c03a2438","web\/app\/themes\/twentytwentyfour\/patterns\/gallery-offset-images-grid-4-col.php":"10cca951b562240bbf6580250450a3f7","web\/app\/themes\/twentytwentyfour\/patterns\/gallery-project-layout.php":"b0bd6668afdaf444c7a4e190b01d1fd8","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-404.php":"3be3f05728f1319cfe7b809364f9fc64","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-comments.php":"3a30b9a4f487573e67fbeee98a580755","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-no-results.php":"452926c0279b2abc4fbbc64286a0f78d","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-portfolio-hero.php":"abc126d321b6162180413329f4110a99","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-post-meta.php":"8b7173b57f4341f080ee21c8eb8a841c","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-post-navigation.php":"02e8ff08181c0ed1a7e7ffc8fa112eef","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-posts-heading.php":"adeb6e72243934b8c9f8b31b686c2982","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-search.php":"3cee20ce436e28a2a795d74a5b703e82","web\/app\/themes\/twentytwentyfour\/patterns\/hidden-sidebar.php":"04fd4f2d4e6e1620773aa1d440116b08","web\/app\/themes\/twentytwentyfour\/patterns\/page-about-business.php":"af98f390edcf9b6db4073e91c2d3a74d","web\/app\/themes\/twentytwentyfour\/patterns\/page-home-blogging.php":"a239037b59365d3e1d5b115bc1efdba2","web\/app\/themes\/twentytwentyfour\/patterns\/page-home-business.php":"87a3de68e4cf038ad7b4276e086d513b","web\/app\/themes\/twentytwentyfour\/patterns\/page-home-portfolio-gallery.php":"9a9c97971a375b7d931a4c47d5c58ddb","web\/app\/themes\/twentytwentyfour\/patterns\/page-home-portfolio.php":"2fe09e6ffeb73c560f76b39ae0b54ab2","web\/app\/themes\/twentytwentyfour\/patterns\/page-newsletter-landing.php":"f6c4d065b3deda20d8cd52f32f02f588","web\/app\/themes\/twentytwentyfour\/patterns\/page-portfolio-overview.php":"3c7d860278682de2992008bbe579b56e","web\/app\/themes\/twentytwentyfour\/patterns\/page-rsvp-landing.php":"1589f19e7de88d94c1b49b5ba902ba4b","web\/app\/themes\/twentytwentyfour\/patterns\/posts-1-col.php":"04d5ab8d7e01e8700a584a4c063b6ab5","web\/app\/themes\/twentytwentyfour\/patterns\/posts-3-col.php":"329943ac54705effc82b98b835e0775f","web\/app\/themes\/twentytwentyfour\/patterns\/posts-grid-2-col.php":"89ae8e9acf1a38d43373e5adbeb6ab51","web\/app\/themes\/twentytwentyfour\/patterns\/posts-images-only-3-col.php":"ac2011cd7d2d2ef540a9466f130c4d23","web\/app\/themes\/twentytwentyfour\/patterns\/posts-images-only-offset-4-col.php":"c4b39e18202eb266f3a932e7a5243e32","web\/app\/themes\/twentytwentyfour\/patterns\/posts-list.php":"798103cec23a6a873c8458f497f4f646","web\/app\/themes\/twentytwentyfour\/patterns\/team-4-col.php":"5232e600f07a452e4d00e721cb7d921b","web\/app\/themes\/twentytwentyfour\/patterns\/template-archive-blogging.php":"38e7a4c3e0be59dafbcd285f13613fb0","web\/app\/themes\/twentytwentyfour\/patterns\/template-archive-portfolio.php":"200f092f584d69cece25cf94635aafef","web\/app\/themes\/twentytwentyfour\/patterns\/template-home-blogging.php":"e41148925cdc9c8df2dc06adf729b1b2","web\/app\/themes\/twentytwentyfour\/patterns\/template-home-business.php":"db2f1110e7569debc311db3eb02031f3","web\/app\/themes\/twentytwentyfour\/patterns\/template-home-portfolio.php":"5078c0d4903f96582c9b56040f876cb1","web\/app\/themes\/twentytwentyfour\/patterns\/template-index-blogging.php":"5e81455655816ab582df0b4e6d2fd0bd","web\/app\/themes\/twentytwentyfour\/patterns\/template-index-portfolio.php":"d1965cd7563bca2317b05ff851fad8bf","web\/app\/themes\/twentytwentyfour\/patterns\/template-search-blogging.php":"78c56d7fe784cab03b046b15f1f9743b","web\/app\/themes\/twentytwentyfour\/patterns\/template-search-portfolio.php":"b7edb7507d9c185f5dbdf8efc8df7a8a","web\/app\/themes\/twentytwentyfour\/patterns\/template-single-portfolio.php":"19c39b0e10c7e134f4b84019947b0aef","web\/app\/themes\/twentytwentyfour\/patterns\/testimonial-centered.php":"e8204238d667b1ee57fd797e0249b4b7","web\/app\/themes\/twentytwentyfour\/patterns\/text-alternating-images.php":"9741ad786649810685c1f78c2cf13e1b","web\/app\/themes\/twentytwentyfour\/patterns\/text-centered-statement-small.php":"90341f1dd4c45ab60c05d5180f98a21e","web\/app\/themes\/twentytwentyfour\/patterns\/text-centered-statement.php":"c1b37fcbacdd396ff5a76181db4ca5d3","web\/app\/themes\/twentytwentyfour\/patterns\/text-faq.php":"57782f3b2ef9f9e3de40badadb802d98","web\/app\/themes\/twentytwentyfour\/patterns\/text-feature-grid-3-col.php":"55f1b9f6b78cb026440455d3c95a48c1","web\/app\/themes\/twentytwentyfour\/patterns\/text-project-details.php":"ad6a7568e7b07727d750170b3b2e75a2","web\/app\/themes\/twentytwentyfour\/patterns\/text-title-left-image-right.php":"b07022516ee39eee1abd076867cd7612","web\/wp-config.php":"fef1d889def41ce27f0b522a43a689db","web\/index.php":"573c1afc0aa51b9524ccdf29556a8a96","scripts\/remove-scaled-images.php":"54c0c9f27540b920dda04552051e0344","node_modules\/flatted\/php\/flatted.php":"63f8e98c9fbac1dffd23e1088e2bfc95"}}