diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f0dc531..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -open_collective: yiisoft -github: [yiisoft] diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b748c2d..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ - - -### What steps will reproduce the problem? - -### What is the expected result? - -### What do you get instead? - - -### Additional info - -| Q | A -| ---------------- | --- -| Version | 1.0.? -| PHP version | -| Operating system | diff --git a/tests/TrustedHeaderProtocolResolverTest.php b/tests/TrustedHeaderProtocolResolverTest.php index 37318e9..24607eb 100644 --- a/tests/TrustedHeaderProtocolResolverTest.php +++ b/tests/TrustedHeaderProtocolResolverTest.php @@ -199,7 +199,7 @@ public function schemeCallableFailureDataProvider(): array 'array' => [[['https']]], 'empty-array' => [[]], 'empty-string' => [['']], - 'object' => [[new StdClass()]], + 'object' => [[new stdClass()]], 'callable' => [[static fn () => 'https']], ]; }