forked from thephpleague/openapi-psr7-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:thephpleague/openapi-psr7-validator
* 'master' of github.com:thephpleague/openapi-psr7-validator: (47 commits) Drop test for valid epsilon Add use statement for round Use epsilon to compare floating points Fix type errors Unignore phpstan errors, fixed now. Add polyfill 8.0 for `str_starts_with` Fix tests for boolean validation Fix string-to-boolean casting Handle path parameters for arrays correctly Add getVerboseMessage to AddressValidationFailed exception Fix test notice Fix content type parameter comparison (thephpleague#134) Add support for comma-separated list of encoding content types Fix cs errors. Use PHP 7.2 as phpstan reference language version to avoid false positive errors PathFinder: Adding filtering of placeholder routes scored by matching parts count Also remove check from multi-part server request validation Use devizzent/cebe-php-openapi to be compatible with OpenApi 3.1 Allow specifying encoding for optional parts of multipart data without validation errors Temporary silence phpstan for checking type of magic props Fix codestyle Access operation security element directly, avoiding getSerializableData() ... # Conflicts: # src/PSR7/Validators/BodyValidator/MultipartValidator.php
- Loading branch information
Showing
45 changed files
with
859 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
parameters: | ||
phpVersion: 70200 | ||
level: 6 | ||
paths: | ||
- src | ||
- tests | ||
treatPhpDocTypesAsCertain: false | ||
ignoreErrors: | ||
- '#Caught class Respect\\Validation\\Exceptions\\ExceptionInterface not found.#' | ||
- '#Call to an undefined static method Respect\\Validation\\Validator::numeric\(\).#' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.