Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Apr 26, 2024
1 parent a37d469 commit d8aee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"php":"8.1.8","version":"3.9.5","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":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"]},"ordered_imports":{"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":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_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":{"method":"one"}}},"hashes":{"src\/Enums\/GroupingTypes.php":794823242,"src\/Enums\/MessageLevels.php":2252993314,"src\/Flare.php":2076395954,"src\/Glows\/Glow.php":2938926460,"src\/Glows\/Recorder.php":741799100,"src\/Contracts\/ProvidesFlareContext.php":3654647562,"src\/Concerns\/UsesTime.php":2203258051,"src\/Concerns\/HasContext.php":2283577173,"src\/Middleware\/AnonymizeIp.php":2582237091,"src\/Middleware\/AddGlows.php":2757630618,"src\/Middleware\/CensorRequestBodyFields.php":3157018559,"src\/Report.php":4287930236,"src\/Truncation\/ReportTrimmer.php":1411772441,"src\/Truncation\/TruncationStrategy.php":2876512000,"src\/Truncation\/TrimStringsStrategy.php":1149918480,"src\/Truncation\/TrimContextItemsStrategy.php":2488083767,"src\/Truncation\/AbstractTruncationStrategy.php":3738899546,"src\/Stacktrace\/File.php":2191220409,"src\/Stacktrace\/Frame.php":2201806026,"src\/Stacktrace\/Codesnippet.php":1758681831,"src\/Stacktrace\/Stacktrace.php":3487330919,"src\/Http\/Response.php":3175166434,"src\/Http\/Exceptions\/BadResponse.php":2136825932,"src\/Http\/Exceptions\/InvalidData.php":4224780353,"src\/Http\/Exceptions\/MissingParameter.php":3963873571,"src\/Http\/Exceptions\/NotFound.php":605045793,"src\/Http\/Exceptions\/BadResponseCode.php":3629899270,"src\/Http\/Client.php":3513047095,"src\/View.php":1758466251,"src\/helpers.php":878229930,"src\/Frame.php":1560844999,"src\/Solutions\/ReportSolution.php":1414311092,"src\/Time\/Time.php":3063453905,"src\/Time\/SystemTime.php":1875330795,"src\/Context\/ContextInterface.php":3556428806,"src\/Context\/ContextDetectorInterface.php":3409530978,"src\/Context\/RequestContext.php":916577092,"src\/Context\/ContextContextDetector.php":1433590813,"src\/Context\/ConsoleContext.php":2891436865,"src\/Api.php":4147640268,"tests\/Glows\/RecorderTest.php":946753721,"tests\/Concerns\/MatchesDumpSnapshots.php":3419801558,"tests\/Concerns\/MatchesCodeSnippetSnapshots.php":685279681,"tests\/Concerns\/MatchesReportSnapshots.php":2362276842,"tests\/Mocks\/FakeClient.php":1694586070,"tests\/Truncation\/TrimContextItemsStrategyTest.php":112441598,"tests\/Truncation\/TrimStringsStrategyTest.php":2187306892,"tests\/TestClasses\/ExceptionWithContext.php":3729019575,"tests\/TestClasses\/DumpDriver.php":3041182929,"tests\/TestClasses\/Assert.php":151773303,"tests\/TestClasses\/CodeSnippetDriver.php":615657858,"tests\/TestClasses\/ReportDriver.php":3461657491,"tests\/TestClasses\/FakeTime.php":2977551027,"tests\/Stacktrace\/StrackTraceTest.php":757065022,"tests\/Stacktrace\/CodesnippetTest.php":765068665,"tests\/Stacktrace\/FileTest.php":420603250,"tests\/Stacktrace\/CodeSnippetDriver.php":4244799073,"tests\/Stacktrace\/ThrowAndReturnExceptionAction.php":4198281204,"tests\/Stacktrace\/__snapshots__\/StrackTraceTest__it_can_detect_application_frames__1.php":167790125,"tests\/FlareTest.php":2320308878,"tests\/ReportTest.php":1195087882,"tests\/TestCase.php":996592721,"tests\/Context\/ConsoleContextTest.php":3637467343,"tests\/Context\/RequestContextTest.php":1346110003}}
{"php":"8.3.6","version":"3.54.0","indent":" ","lineEnding":"\n","rules":{"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_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":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"]},"ordered_imports":{"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_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,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":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_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":{"method":"one"}}},"hashes":{"src\/Time\/SystemTime.php":"5838b8473deee6b6bda2f623aa526c82","src\/Time\/Time.php":"8aafad8ab84c7fc24567f6e476760464","src\/Api.php":"f390f7ff27063456cf153988ce5728a4","src\/Context\/ContextDetectorInterface.php":"5800d7348e4d65e7a4b4882c9c997d9f","src\/Context\/ContextContextDetector.php":"f4a9f8a79a1b87f9f832eaf08b2947f0","src\/Context\/RequestContext.php":"31c67b3cc5ba23d3b977b1bc1da5f910","src\/Context\/ContextInterface.php":"3bdd9d26710a740fda8321a2459ff62d","src\/Context\/ConsoleContext.php":"143c2f6872d95bc63eb7ed3b7195944e","src\/Contracts\/ProvidesFlareContext.php":"1fdcd629c55934bed980d31c5b356ac2","src\/Middleware\/CensorRequestBodyFields.php":"bd0c8007ae202a3c537867b5af9cf9e8","src\/Middleware\/AddGlows.php":"0ea8fc9d5cd432b4ca968dbe4e1b1ed5","src\/Middleware\/AnonymizeIp.php":"dec24eec79f306e919bdd23a2c1f52f2","src\/Flare.php":"74c279120164f45f5f08ed01e0f85932","src\/Http\/Response.php":"227867e59dd43be5bddca3b2b67d4b42","src\/Http\/Exceptions\/NotFound.php":"6f287649302eea50b946130dae38bd78","src\/Http\/Exceptions\/BadResponseCode.php":"33d5627019762becccf85f5b76611b07","src\/Http\/Exceptions\/MissingParameter.php":"f8a6b4f6df96e8b83ad1d3ac6a407fe1","src\/Http\/Exceptions\/InvalidData.php":"9750c391272f8c81025b3f25688d2d40","src\/Http\/Exceptions\/BadResponse.php":"93de87dd1b1d1224af3ed1226997838a","src\/Http\/Client.php":"7d8fe30f64e03b6e9f15a01a4f226c09","src\/Stacktrace\/Codesnippet.php":"a84034438ff5cdbd91bb8190adf4c49d","src\/Stacktrace\/File.php":"cc876e0d5653c825169683a21408b9fd","src\/Stacktrace\/Frame.php":"d4830df33515fff9ffac4dcbdb880fe2","src\/Stacktrace\/Stacktrace.php":"25fda1876c0b136384a0d10ef1a7f7ff","src\/Report.php":"9a24a5cc718dd2d741ee727f2416189a","src\/Concerns\/UsesTime.php":"223e34a3535f8d8bb25f116ab14d31b4","src\/Concerns\/HasContext.php":"66fc2f103c975caa8add0ccac82ed889","src\/Enums\/GroupingTypes.php":"ac4e64e5b533239c4fc04550f46a53f0","src\/Enums\/MessageLevels.php":"554000eae485763dfa86c4a3c9557289","src\/Frame.php":"17b71f917a03163ed0db422403365b3c","src\/helpers.php":"bf6711b669fb13ea826a45f06ece592b","src\/Truncation\/ReportTrimmer.php":"882d478d5f059ca1ab749b4f5f9d32b8","src\/Truncation\/TrimStringsStrategy.php":"fe01e317779996dd139c34a4d4e6bee5","src\/Truncation\/AbstractTruncationStrategy.php":"537f1dfad1e0a71671732d41012014ab","src\/Truncation\/TrimContextItemsStrategy.php":"c5d684520cf8e74685bff433c4751570","src\/Truncation\/TruncationStrategy.php":"162cbf435ad2834ec8ed0d7fdf89cd94","src\/Glows\/Glow.php":"79578a19bd423f05ba6bb1499ba7dfd7","src\/Glows\/Recorder.php":"fb13026d2aff0b8df8f8135cc873cea6","src\/View.php":"0def7a1a0a05355a055c3d27208c1000","src\/Solutions\/ReportSolution.php":"f4db1ad1b6ffb0b577ab60ae9e768658","tests\/Context\/ConsoleContextTest.php":"d065eddcb44614e4c8547c001f94fe0b","tests\/Context\/RequestContextTest.php":"303624a9707e764afb72789456cd3e74","tests\/TestClasses\/DumpDriver.php":"0875601fd193dfd4c824d1f6503de135","tests\/TestClasses\/ReportDriver.php":"90ff034be75259c7690f40cdc1610478","tests\/TestClasses\/Assert.php":"58146226b9abbe5e2fd986bfe7026760","tests\/TestClasses\/FakeTime.php":"1dcc91d8b27471edebf1bca14120de75","tests\/TestClasses\/CodeSnippetDriver.php":"ec0a577e8439ed182fa26b8589c8588b","tests\/TestClasses\/ExceptionWithContext.php":"e54083c65cc360a4b7a0b952a4c1480f","tests\/Stacktrace\/__snapshots__\/StrackTraceTest__it_can_detect_application_frames__1.php":"c5636ad81ad1e31a59ed58308e817ffb","tests\/Stacktrace\/StrackTraceTest.php":"5e636bf92bb42e45c040fec60110f303","tests\/Stacktrace\/CodesnippetTest.php":"8fbdc5f4cfeb1a74470d5b667100b712","tests\/Stacktrace\/FileTest.php":"1345f8095cb7b6e91e8fab12e530f362","tests\/Stacktrace\/ThrowAndReturnExceptionAction.php":"d3082e7de31e585a9ee245e489623607","tests\/Stacktrace\/CodeSnippetDriver.php":"9070f1bf86126eb68e4e635de950bc27","tests\/Mocks\/FakeClient.php":"daf949fdfd01336a3b74e5a8b897db72","tests\/Concerns\/MatchesDumpSnapshots.php":"e6851012e51f874d984fccfa6f2e753e","tests\/Concerns\/MatchesReportSnapshots.php":"83e6b3fcbae50867d4625de801e0e4d8","tests\/Concerns\/MatchesCodeSnippetSnapshots.php":"93546ec5663b755d6d88a11bd821ade9","tests\/TestCase.php":"9a7cc26443481361efead324ffb45f71","tests\/Truncation\/TrimStringsStrategyTest.php":"1a53f17c7ea580bed2e61172c846ec28","tests\/Truncation\/TrimContextItemsStrategyTest.php":"b5311373bcef228e7c4d3db96946e8b8","tests\/FlareTest.php":"4340dc96a20cfb1bc422564e88d8554d","tests\/Glows\/RecorderTest.php":"8f1e7402aa8384809c14865a51c39a3f","tests\/ReportTest.php":"ccd6157e538d57d85ecd7d45aaffa565"}}

0 comments on commit d8aee96

Please sign in to comment.