Skip to content

Commit

Permalink
Update PHPStan to 1.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural authored Feb 3, 2022
1 parent a87c402 commit 54e3744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"guzzlehttp/psr7": "^1.5",
"hansott/psr7-cookies": "^3.0.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.59",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"phpstan/phpstan": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-webmozart-assert": "^1",
"phpunit/phpunit": "^7 || ^8 || ^9",
"symfony/cache": "^5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/PSR7/Validators/BodyValidator/MultipartValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private function validateServerRequestMultipart(
}

/**
* @param UploadedFileInterface[]|array[] $files
* @param UploadedFileInterface[]|array<int, UploadedFileInterface[]> $files
*
* @return mixed[]
*/
Expand Down

0 comments on commit 54e3744

Please sign in to comment.