Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 14:06:29 +02:00
parent ed96d41e61
commit 7da7aba6b4
635 changed files with 2183 additions and 2183 deletions

View File

@ -15,7 +15,7 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
"homepage": "http://www.php-fig.org/"
}
],
"require": {

View File

@ -10,8 +10,8 @@ interface UploadedFileFactoryInterface
* If a size is not provided it will be determined by checking the size of
* the file.
*
* @see https://php.net/manual/features.file-upload.post-method.php
* @see https://php.net/manual/features.file-upload.errors.php
* @see http://php.net/manual/features.file-upload.post-method.php
* @see http://php.net/manual/features.file-upload.errors.php
*
* @param StreamInterface $stream Underlying stream representing the
* uploaded file content.