Skip to content

Commit

Permalink
fix: update source files with PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
akerekes committed Dec 31, 2024
1 parent 1209db2 commit 312f3dd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"php":"8.2.19","version":"3.66.0","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"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_extra_blank_lines":{"tokens":["use"]},"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_space_around_construct":{"constructs_followed_by_a_single_space":["abstract","as","case","catch","class","const_import","do","else","elseif","final","finally","for","foreach","function","function_import","if","insteadof","interface","namespace","new","private","protected","public","static","switch","trait","try","use","use_lambda","while"],"constructs_preceded_by_a_single_space":["as","else","elseif","use_lambda"]},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":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":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"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},"hashes":{"src\/CloudEventSdkCompliant.php":"8c9290b7cfb460ab7729c98865e02c21","src\/ProjectContext.php":"bb3136df0092787dde69ec2213546681","src\/TypedFunctionWrapper.php":"eb016ab43be4b8557d0f808ee4f3c03b","src\/LegacyEventMapper.php":"0abcfc18b3ece9e95ae380cc20becb18","src\/BadRequestError.php":"8fc72eecd9fdf2b28eb471042031e971","src\/CloudEvent.php":"4fa1bede467bc972f2057536e977d7ab","src\/FunctionsFrameworkTesting.php":"79144b91b146a54002cd8ffb130bb383","src\/HttpFunctionWrapper.php":"4d583f3940c03572e39202a1a1d4b79e","src\/FunctionWrapper.php":"b01a76a89fa0a634212bfc3900edbb58","src\/Invoker.php":"265739e0700b2ca9cb982f79cd17e8ec","src\/CloudEventFunctionWrapper.php":"f939bf95ea182ceb76075b00d24fa8f7","src\/Context.php":"42bd88c6224e584faf9ea9cd80bbbb9d","src\/FunctionValidationTrait.php":"3111cf0e846b244d9b582a01331e26b5","src\/FunctionsFramework.php":"ab95a2603d172399e76e183417211bce","src\/Emitter.php":"37034f79c1fa959a574580e3117e074d"}}
1 change: 1 addition & 0 deletions src/Context.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2019 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/Emitter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2019 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/FunctionValidationTrait.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2023 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/FunctionWrapper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2019 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/HttpFunctionWrapper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2019 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/LegacyEventMapper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2020 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions src/ProjectContext.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2021 Google LLC.
*
Expand Down

0 comments on commit 312f3dd

Please sign in to comment.