Skip to content

Commit

Permalink
fix: update source files with PHP-CS-Fixer (#212)
Browse files Browse the repository at this point in the history
* fix: update source files with PHP-CS-Fixer

* fix: more fixes by PHP-CS-Fixer

* add .php-cs-fixer.cache to gitignore
  • Loading branch information
akerekes authored Jan 3, 2025
1 parent d72892a commit c845547
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions tests/EmitterTest.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/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 c845547

Please sign in to comment.