Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 12, 2024
2 parents 2100cc1 + d2936b0 commit c996bf5
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.3.3","version":"3.50.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces_position":true,"class_definition":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_import_per_statement":true,"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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},"hashes":{"src\/BaseStats.php":"6e09c04311185e350b1cf53a699ec105","src\/StatsServiceProvider.php":"a7d5192decff6b207de6c99d5e980501","src\/DataPoint.php":"3b749ae7db80cce66e7d41e5d5566fdc","src\/Traits\/HasStats.php":"38f73b93e9c4292a8b515ecd743178c8","src\/Models\/StatsEvent.php":"37627d41873898a81671cddade82387a","src\/StatsWriter.php":"446ca89bdf2eaf40703f07f0be181361","src\/StatsQuery.php":"5d61d34c75b3696ec70f5d6bab6c8ffa","tests\/Stats\/CustomerStats.php":"c31ca496307ccfc2e7bca4ff5945427c","tests\/Stats\/OrderStats.php":"329f1afe48c59c5936890ccc3b5dcb99","tests\/StatsWriterTest.php":"c23159d9fbabaa44589ae2f51e1abe98","tests\/StatsQueryTest.php":"a63847393b85d997c214ec0edc38295b","tests\/BaseStatsTest.php":"5c6ffd523a1fde0801cf562daceda89a","tests\/StatsQueryTablePrefixTest.php":"2c75cf531590001e2a81ae241cdb8415","tests\/TestClasses\/Models\/Stat.php":"6c03eb1fe2d8ee87070f117c191d6b93","tests\/TestCase.php":"0ec000d8d000397c35ee95a75376a04d"}}
{"php":"8.3.3","version":"3.51.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces_position":true,"class_definition":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_import_per_statement":true,"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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},"hashes":{"src\/Traits\/HasStats.php":"38f73b93e9c4292a8b515ecd743178c8","src\/StatsWriter.php":"446ca89bdf2eaf40703f07f0be181361","src\/StatsQuery.php":"5d61d34c75b3696ec70f5d6bab6c8ffa","src\/StatsServiceProvider.php":"a7d5192decff6b207de6c99d5e980501","src\/DataPoint.php":"3b749ae7db80cce66e7d41e5d5566fdc","src\/BaseStats.php":"6e09c04311185e350b1cf53a699ec105","src\/Models\/StatsEvent.php":"37627d41873898a81671cddade82387a","tests\/Stats\/OrderStats.php":"329f1afe48c59c5936890ccc3b5dcb99","tests\/Stats\/CustomerStats.php":"c31ca496307ccfc2e7bca4ff5945427c","tests\/TestCase.php":"0ec000d8d000397c35ee95a75376a04d","tests\/StatsQueryTest.php":"a63847393b85d997c214ec0edc38295b","tests\/BaseStatsTest.php":"5c6ffd523a1fde0801cf562daceda89a","tests\/TestClasses\/Models\/Stat.php":"6c03eb1fe2d8ee87070f117c191d6b93","tests\/StatsWriterTest.php":"c23159d9fbabaa44589ae2f51e1abe98","tests\/StatsQueryTablePrefixTest.php":"2c75cf531590001e2a81ae241cdb8415"}}

0 comments on commit c996bf5

Please sign in to comment.