Skip to content

Commit

Permalink
Merge branch 'main' into renovate/shivammathur-setup-php-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
akerekes authored Jan 3, 2025
2 parents e767dc5 + 3725df5 commit 45a642a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:b9b4d3b392a37371332a452d0ff2891bf4971b57ddb2b52b8a7fac31d87f4dae
uses: docker://oskarstark/php-cs-fixer-ga:latest@sha256:a4dc1c964e0f4118aef8ba80ee329157cf1e857e70f4cd1efdc22856887c1d14
with:
args: . --diff --dry-run
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ vendor/
.idea/
/.php_cs.cache
*.iml
.phpunit.result.cache
.phpunit.result.cache
.php-cs-fixer.cache
1 change: 1 addition & 0 deletions examples/hello/index.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/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
1 change: 1 addition & 0 deletions tests/ContextTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2019 Google LLC.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/EmitterTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2020 Google LLC.
*
Expand All @@ -23,7 +24,6 @@

/**
* @group gcf-framework
* @runClassInSeparateProcess
*/
class EmitterTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/FunctionsFrameworkTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Copyright 2021 Google LLC.
*
Expand Down
1 change: 1 addition & 0 deletions tests/HttpFunctionWrapperTest.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 tests/dockerTest.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 tests/exampleTest.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 tests/vendorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

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

0 comments on commit 45a642a

Please sign in to comment.