Skip to content

Commit

Permalink
CS fixes to make travis green (#37)
Browse files Browse the repository at this point in the history
* CS fixes to make travis green

* Added funding
  • Loading branch information
Nyholm authored Jun 6, 2020
1 parent 60dcbc2 commit b9fca42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [nyholm, Zegnat]
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cache:
php:
- 7.1
- 7.2
- nightly
- 7.3
- 7.4

env:
global:
Expand Down
4 changes: 0 additions & 4 deletions src/ServerRequestCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ private function createUploadedFileFromSpec(array $value)
* Loops through all nested files and returns a normalized array of
* UploadedFileInterface instances.
*
* @param array $files
*
* @return UploadedFileInterface[]
*/
private function normalizeNestedFileSpec(array $files = []): array
Expand All @@ -242,8 +240,6 @@ private function normalizeNestedFileSpec(array $files = []): array
* Create a new uri from server variable.
*
* @param array $server typically $_SERVER or similar structure
*
* @return UriInterface
*/
private function createUriFromArray(array $server): UriInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/ServerRequestCreatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ public function fromArrays(
* Get parsed headers from ($_SERVER) array.
*
* @param array $server typically $_SERVER or similar structure
*
* @return array
*/
public static function getHeadersFromServer(array $server): array;
}

0 comments on commit b9fca42

Please sign in to comment.