8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a083f66 commit cf56118Copy full SHA for cf56118
src/Symfony/Component/Validator/Constraints/Video.php
@@ -110,7 +110,6 @@ class Video extends File
110
* @param bool|null $allowSquare Whether to allow a square video (defaults to true)
111
* @param bool|null $allowLandscape Whether to allow a landscape video (defaults to true)
112
* @param bool|null $allowPortrait Whether to allow a portrait video (defaults to true)
113
- * @param bool|null $detectCorrupted Whether to validate the video is not corrupted (defaults to false)
114
* @param string|null $sizeNotDetectedMessage Message if the system can not determine video size and there is a size constraint to validate
115
*
116
* @see https://www.iana.org/assignments/media-types/media-types.xhtml Existing media types
0 commit comments